Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
1answer
24 views

setting up workers.properties file for mod_jk

I'm trying to create a workers.properties file to get mod_jk communicating with Apache webserver 2.2.x. The GlassFish 3.1 Administration Document includes the following example for worker.properties: ...
0
votes
1answer
39 views

Putting varnish in front of a mod_jk balanced Glassfish cluster

I am just trying to get varnish in front of Glassfish instances, which are load balanced with the mod_jk connector in Apache. But I don't really know how to combine them. The AJP_Ports for instances ...
0
votes
0answers
34 views

Blazeds with Jboss Clustering ( Mod_JK with SSL )

We are running our flex application in jboss clustering environment with the help of Apache mod_jk(Apache Web server as front end with mod_ssl enabled). We are using the SecureAMFChannel as we deploy ...
0
votes
0answers
15 views

Apache2 mod_jk JKManager - false Access-Values?

We have multiple servers using with Apache2 and mod_jk/1.2.28. Because this version of mod_jk has several bugs which are fixed in the new version 1.2.32 i have updated the mod_jk on one server to ...
0
votes
1answer
25 views

Apache 500 on parallels plesk + mod_jk: Could not find a worker for worker name

For a long time I had 3 Java web apps running on box with Parallels Plesk panel. Everything was fine until yesterday. Without any reason I started to get 500 on all apps running throe mod_jk - php ...
1
vote
1answer
40 views

Apache + Tomcat: Connection, but not via mod_jk

I am tasked with installing a new system to take over the job of an old system. The old system is a Ubuntu installation running Apache and Tomcat, as well as a few other services. The new system will ...
1
vote
1answer
91 views

Tomcat mod_jk cluster skip 404 http status

I am trying Tomcat Clustering with mod_jk for months and so far not so bad but facing a problem during deployment. I am using FarmDeployer to copy and deploy the WAR to other nodes in the cluster but ...
0
votes
1answer
62 views

JkMount outside of the <VirtualHost> using /sites-enabed/

I have an Ubuntu 11.10 with Apache2 that is hosting some sites. I would like to add a site that is hosted in tomcat, so I installed mod_jk and set it up. The tomcat site is hosted under /app over ...
0
votes
1answer
140 views

Apache2 mod_jk LoadBalancer + Tomcat7 - Performance-Tuning

we have a very high load System with round about 8.5 Million User per day. Actually we have 8 Apache2 Loadbalancer (Ubuntu 10.04.3 LTS x64 via DNS-RoundRobin) which are sending the traffic via AJP1.3 ...
1
vote
1answer
67 views

Apache & Tomcat & mod_jk SSL redirection on certain pages only

We have a single Windows server running Apache and Tomcat with mod_jk enabled. The Tomcat app runs perfectly fine as does the separate PHP app (under Apache). We installed a commercial SSL cert ...
0
votes
1answer
79 views

Can I compile Passenger (mod_rails/mod_rack) to make a statically linked Apache httpd?

I prefer to disable httpd dynamic module loading on my production server. I've been using mod_jk linked statically into httpd for quite a long time and it proved to be stable. Now I would like to ...
1
vote
2answers
48 views

apache and jboss load balancing setup

In a normal load balancing setup with apache(mod_jk) and jboss what part of the total processing is done by apache and what part of it is done by jboss. If apache only balances the load then, in ...
0
votes
1answer
55 views

apache custom-log format with regex expression

We have apache webserver as "entry" for incoming traffic it then delegates to tomcats with mod_jk. We want to log the HTTP digest username, sample header: Authorization: Digest username="Mufasa", ...
0
votes
1answer
48 views

URL Rewrite and mod_jk

I want to redefine the base URL of a Tomcat webservice, mounted with JkMount. I tried the following: JkMount /myapp/* ajp13_worker RewriteRule ^/service/v1/(.*)$ /myapp/$1 [PT,QSA] The original ...
0
votes
0answers
39 views

Detect stopped servlet on Tomcat 7 using mod_jk connector

We are currently testing a new cluster designed based on Apache 2.3 with mod_jk 1.2.32 connecting to Tomcat 7.0.20. The main problem we are running into right now is when a Tomcat server is running as ...
0
votes
1answer
39 views

mod_jk between apache and tomcat: making sure 8080 requests still go to tomcat

This question follows a mod_jk configuration question asked earlier. I have managed to to have http://mywebsite.com/MyTomcatApp/ go to Tomcat while having http://mywebsite.com/ go to Apache. However, ...
0
votes
1answer
49 views

mod_jk configuration for both Apache and Tomcat on same server

I am trying to set-up a proper configuration to have Apache serve some static html pages and to pass other requests for dynamic pages to Tomcat. So far, I have installed Apache2 and Tomcat6 ...
0
votes
0answers
51 views

How can i redirect domains with mod_jk ?

I have 2 domains. olddomain.com and newdomain.com. Whenever users access olddomain.com will be redirected to newdomain.com. My setup is Apache + Mod_jk + Tomcat I tried to use mod_rewrite, but it cant ...
0
votes
3answers
67 views

Mapping mod_jk to application with different name from alias

We have an internet app called X which is being replaced by a new app called Y. We use Tomcat instances fronted by Apache to serve X and Y, with communications through mod_jk. There is one Tomcat ...
1
vote
1answer
299 views

Glassfish behind Apache reverse proxy: Mod-jk or HTTP?

I am planning a large deployment of a Glassfish-powered web application: A number of nodes running multiple Glassfish 3.1.1 instances are running the web application. The web application consists of ...
0
votes
1answer
60 views

Deploying war with custom context in Tomcat

I have a Tomcat server fronted by Apache with comms using AJP. The configuration uses JkMount for mapping URLs on Apache to the Tomcat node. I am helping in the deployment of an application which is ...
0
votes
1answer
70 views

Virtual Hosts with Tomcat + Mod JK

I have set up Apache and Tomcat on my system and I want to combine both using Mod_JK. I have created a mod_jk worker (ajp13_worker) and added a virtual host to my Apache config: <VirtualHost ...
0
votes
1answer
367 views

Farm Deployer not working in Tomcat Cluster

I have setup apache-tomcat clustering(Ubuntu Server) and I used tomcat supported clustering technique with mod_jk following the link. I've setup with One Load Balancer and Two web servers. The major ...
0
votes
1answer
147 views

Tomcat web application high availability

I have setup apache-tomcat clustering(Ubuntu Servers) and I used tomcat supported clustering technique with mod_jk following the link which is clear and easy to follow. I did this in my LAN with ...
0
votes
0answers
178 views

tomcat stopped working

Not sure what happened here. The app was working just fine until today. I am getting a 503 Service temporarily unavailable error when trying to connect to a tomcat site using Apache as the front end ...
0
votes
0answers
159 views

Installing Apache Tomcat connector

I'm trying to install the Tomcat Apache connector without success. I downloaded the first Apache Tomcat connector listed: tomcat-connectors-1.2.32-windows-i386-httpd-2.0.x.zip After adding mod_jk.so ...
0
votes
2answers
104 views

Is this weird Apache access log a security risk?

Below is a copy of a weird access log I found in my Apache logs folder: 127.0.0.1 - - [24/Oct/2010:13:49:45 +0200] "GET /x64 HTTP/1.1" 301 229 127.0.0.1 - - [24/Oct/2010:13:49:48 +0200] "GET /x64/ ...
1
vote
1answer
77 views

multiple loadbalancers in modjk configuration in Apache Webserver for JBoss Instance Load-balancing

In most of the cases, we will have 1)only one worker defined of type 'lb' (Loadbalancer) 2)we will have multiple member workers (target application server instances defined) 3)We will map those target ...
0
votes
1answer
82 views

Is there any reason to use Apache as a proxy between my users and Glassfish?

I've seen a lot of discussion on the best way to use Apache as a proxy (either mod_proxy or mod_jk) with Glassfish (and other Java application servers), but I haven't seen anybody really explain why. ...
0
votes
2answers
43 views

partial shutdown of loadbalanced app

I have a pair of tomcat servers sitting behind an apache server running modjk2. the apache server load balances sessions to the tomcat servers (using x.sticky_session=True). This all works fine, ...
0
votes
0answers
75 views

mod_jk with Tomcat 6 and HTTP Authentication

Are there any gotchas using ModJK to forward to an application protected by standard HTTP Authentication? We have two web apps installed on our Tomcat 6.0.14, one is the standard Tomcat Manager while ...
0
votes
1answer
88 views

mod_jk to forward to tomcat installed on other server?

Is it possible to forward the request from IBM HTTP server installed on solaris machine to Tomcat installed on windows machine using mod_jk? IHS is installed on solaris and I have attached mod_jk ...
0
votes
0answers
74 views

mod_jk sticky sessions with Tomcats 5 and 6

We have instances of Tomcat 5 (JDK1.5) and Tomcat 6 (JDK1.6) running quite happily on a RHEL 4 machine. They are fronted by Apache 2.2.8 with mod_jk. The Tomcat 5 instances are configured in the ...
0
votes
1answer
447 views

apache mod_jk loadbalancing issue for glassfish cluster instances

I have a JEE ear application deployed on 2 clusters with 2 instances each on Glassfish v3.1. These are load balanced by an Apache server running on the same machine. My problem is that I am frequently ...
1
vote
1answer
118 views

JBoss 5.1.0 GA with Apache Load Balancer

I've followed the tutorial here: http://community.jboss.org/wiki/UsingModjk12WithJBoss All my files as configured as it says there but then I try to access http://localhost/jmx-console I get Proxy ...
0
votes
1answer
393 views

Large concurrent user performance issues for Apache + mod_jk + GlassFish v3.1 clusters

I am running a java ee 6 ear application on a GlassFish v3.1 ( 2 clusters with 2 instances each) load balanced by an Apache v2.2 with mod_jk - all on the same server (Windows Server 2003 R2, Intel ...
0
votes
0answers
114 views

Spring Security, Apache 2 fronting Tomcat6. Can't login / immediatly logs out

I deployed my GWT app, that uses SpringSecurity, and have a problem. After feeding the credentials it logs out immediately. If I put in the wrong credentials, it says 'wrong credentials', but when I ...
-1
votes
1answer
209 views

Ubuntu apache-tomcat webserver clustering/load balancing

I have a Ubuntu production server running apache2 and tomcat6 both on port 80 with mod_jk setup hosting some jsp pages. And also, all the client's informations are stored in the mysql databases on the ...
1
vote
0answers
142 views

Apache, mod_ssl, mod_jk, tomcat and client certificates filtering

I am working on a very specific apache+mod_ssl+mod_jk+tomcat So far, a basic configuration works as I want: accessing my webapps behind all that stuff works great. I am using a wildcard certificate ...
0
votes
1answer
105 views

How to make mod_jk authenticate SSL connections

I have a 3 Tomcat application servers with 3 Apache servers in front. Communication between Apache and Tomcats is done via mod_jk. I need to have secure connections between the Tomcat and Apache ...
0
votes
0answers
157 views

Integration: Tomcat 7.0.14 - mod_jk - Apache - Fedora

It used to work for a long time, but for some unknown reason it stopped. We reinstalled Apache and upgraded Tomcat to 7, looked at the configuration files, etc... The big picture: - We have 4 workers ...
0
votes
2answers
120 views

apache 2 + passenger + redmine mapping question

I have these two sites defined in my apache2 server. Redmine server #REDMINE SITE (/etc/apache2/sites-available/redmine) <VirtualHost *:8080> # this is the passenger config ...
0
votes
1answer
72 views

Divide webapps between tomcat instances

I have 300 webapps in a single Tomcat. It takes a while to restart Tomcat plus a few other limitations. I have Two web servers load balanced in current Apache + Mod_JK + Tomcat setup. These servers ...
0
votes
0answers
150 views

Tomcat Load Balancing with Mod_Jk

We have 3 servers with 2 Tomcat Instances Running on Each. We are trying to setup a Load Balncing like: 3 Servers with 2 Tomcat Instances on each server. Tomcat1 and Tomcat2 in each server is load ...
0
votes
0answers
114 views

Should Tomcat 6 AJP keep its threads in keepalive state with mod_jk?

I've recently switched my Tomcat server to use AJP fronted by Apache. In the manager I'm seeing: Stage Time B Sent B Recv Client VHost Request K 15395557 ms ? ? 67.195.114.27 ? ? ...
0
votes
1answer
200 views

Apache mod_jk serves JSP through HTTP but fails to server JSP via HTTPS protocol?

I am running a application on JBoss4.0.3(using Tomcat AJP on ports 8009 and 8443) and I just setup a Apache HTTPS server that is listening on both port 443 and port 80. Everything works fine via ...
0
votes
0answers
101 views

Just went through mod_jk setup, Tomcat and Apache servers still don't work together

I just completed the mod_jk installation and configuration. The servers still do not seem to be communicating :) What are some of the last steps that people should do in order to get Apache to look ...
0
votes
1answer
114 views

Confusion in installing mod_jk on Ubuntu

I am working from this document in trying to install mod_jk http://www.howtoforge.com/apache2_tomcat5_mod_jk_p2 I am at the step towards the bottom where they suggest to use the make command. I was ...
0
votes
1answer
1k views

Apache 2.2.17 + Tomcat 7 on Windows Server?

What's the most painless way for a newbie to get Tomcat 7 and Apache 2.2.17 running together on Windows Server 2008 R2? I want Apache to handle all the static content and for Tomcat to handle the ...
0
votes
0answers
58 views

Does JK_REQUEST_DURATION include the time to serve the response as well?

We have a typical Apache+Mod_JK+Tomcat setup. The log format we have in place is given below LogFormat ...

1 2