Questions tagged [mod-jk]
174 questions
2
votes
4 answers
what is the experience with the load balancing service offered by amazon?
We are currently using mod_jk and apache to load balance our tomcat servers. We would like to know what is the experience and comparison with the amazon AWS load balancer.

Geo
- 3,071
- 11
- 42
- 52
2
votes
1 answer
Apache (mod_ssl) not delivering SSL Certificates when requested
Houston, I have a problem.
I have an instance of Apache (httpd) on one machine using mod_ssl with openssl and mod_jk pointing at several tomcat instances on other physical machines. Apache is really the only thing running on this box.
It is…

Andy
- 142
- 7
2
votes
1 answer
significant page load speed difference : directly accessing Tomcat (localhost) VS accessing tomcat via Apache (mod_jk connector)
I have a tomcat v6 which contains 2 web applications (JSF2.0 and JSP). The physical server is RedHat Enterprise with 16GB memory.
In current form, the tomcat is exposed to the internet via apache 2.2 and we're by using mod_jk v1.28 connector. so in…

John Younan
- 133
- 1
- 8
2
votes
1 answer
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 a GoogleWebToolkit frontend and a REST…

Hank
- 379
- 3
- 15
2
votes
1 answer
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 Error
The proxy server received an invalid…

Sergiu
- 123
- 3
2
votes
1 answer
hosting 2 webapps under 1 apache/tomcat
I am trying to host multiple webapps under tomcat 6 behind apache2 via mod_jk.
I am at my wits end with this. the problem i am facing that both domains seems to point to a single tomcat 'domain'.
my server.xml looks like this:

mkoryak
- 171
- 10
2
votes
1 answer
Apache sends 400 instead of 404
I've got an odd problem. Apache is replying with a 400 error code instead of 404 when ever a client requests a non existing jsp page (html request are answered correctly with a 404).
The only time Apache serves correctly with a 404 is when the…

user58052
- 31
- 4
2
votes
5 answers
mod_jk problem: Tomcat is probably not started or is listening on the wrong port
I am running some application on Tomcat 6.0.26. There is Apache in front of web server talking to it over mod_jk. Every few hours when I try to access application browser simply spins, and no content is retrieved.
No error is reported in Tomcat…

Konrad Pawlus
- 133
- 1
- 1
- 7
2
votes
1 answer
Apache, Tomcat and mod_jk for load balancing
I've set-up a basic Apache (2.2.x) and Tomcat (6.0.x) set-up using mod_jk for load balancing using the worker.properties file. Preliminary testing seems to show that this works relatively well, and it was quite easy to set-up.
However; the fact that…

pHk
- 121
- 1
- 4
1
vote
1 answer
JkMount on the basis of FQDN for multiple applications
using Apache HTTPD and Tomcats, I have to run two different applications on different URL's. 2 Tomcats are serving their own applications.
www.abc.com
www.xyz.com
My Worker.properties for this is
worker.list=tomcat1,status, tomcat2
# Define…

kah
- 21
- 4
1
vote
2 answers
Apache + mod_jk + tomcat: too many apache processes created
I am using Apache + mod_jk + tomcat on my server and when I get many requests, especially with 404 responses (apparently it is scanning), I see many httpd processes started. When I shut down Tomcat these apache processes are shut too. Seems to be…

Stas
- 157
- 1
- 8
1
vote
1 answer
Can't seem to get mod_jk to forward 443 to tomcat?
I'm pretty new to Apache and Tomcat, and I'm finding myself working with it a lot of my job, so I'm having to learn as I go. One thing I struggle with a lot is mod_jk, and I'm pretty stumped by an issue I'm having right now.
I'm trying to use apache…

Whitewind617
- 113
- 3
1
vote
0 answers
Communication between HTTPD and Glassfish server
Currently, Glassfish Server sits behind a Apache HTTPD server. Glassfish server provides business applications along with static content.
The idea is to allow Apache HTTPD server to provide static content instead of Glassfish providing them as in…

TheMonkWhoSoldHisCode
- 135
- 5
1
vote
1 answer
Using JkMount in a LocationMatch directive in Apache 2.2
I'm on Debian Wheezy with Apache 2.2.2.
I previously had all requests for a VirtualHost forwarding to Tomcat using:
JkMount / ajp13_worker
JkMount /* ajp13_worker
Now, I want to exclude one particular URL prefix foo from this setup, but otherwise…

Jake Cobb
- 113
- 4
1
vote
1 answer
IIS 7.5 JK connector to Tomcat
I have many Tomcat servers working using an older 32-bit version of the isapi_redirect.dll where I set the Default Application Pool to Enable 32-Bit Applications. On a client's server, they need to install another ISAPI under the same application…

OrangeGrover
- 595
- 3
- 10
- 25