Questions tagged [mod-jk]
174 questions
0
votes
2 answers
Apache not routing to tomcat on correct Virtual host
We are looking at moving from Websphere to Tomcat. I'm trying to send traffic to tomcat from apache web server based on the virtual host directives in apache web server.
After some playing around I have it sort of working, but I'm noticing that if…

ttheobald
- 21
- 2
0
votes
1 answer
Apache with mod_jk with glassfish instances, large number of established connections for low number of users
I making a tuning for our production servers for a portal, we have 4 servers, 2 for web and 2 for app, and there is a firewall before and after web servers (so yes there is a firewall between app and web servers) the issue here started from dropping…

Al-Mothafar
- 109
- 6
0
votes
1 answer
Apache url canonicalization with mod_jk
I have the domain domain.gr.
I have setup an Apache server with mod_rewrite and mod_jk.
ServerName domain.gr
ServerAlias www.domain.gr
ServerAdmin "info@domain.gr"
DocumentRoot /var/www
…

pbaris
- 101
- 2
0
votes
1 answer
mod_jk not tries to connect
I have the following strings in /var/log/httpd/mod_jk.log
[Fri Apr 05 20:48:04.709 2013] [11848:46912530825504] [info] ajp_service::jk_ajp_common.c (2543): (ajp13) sending request to tomcat failed (recoverable), because of error during request…

zb'
- 117
- 7
0
votes
1 answer
How to prevent mod_cluster as single point failure?
In my configuration i used Apche+mod_cluster as a front_end(load balancer) server and two JBOSS AS 7.1.0 as backend server.
In my configuration on one system i have install Apache+mod_cluster + JBOSS AS 7.1.0 and on other system JBOSS AS 7.1.0. …

Hitesh
- 101
- 2
0
votes
1 answer
Apache2 with mod_proxy_ajp doesn't rewrite url
I have apache2 exposing a jboss through mod_proxy_ajp on / and serving some static content with
ProxyPass /static !
ProxyPass / ajp://localhost:8009/
in proxy_ajp.conf.
I need to redirect all the traffic on www.example.com to example.com and it…

Giacomo
- 1
- 1
0
votes
1 answer
plesk+ tomcat + mod_jk + jsp gives 404
I trying to install myhello-world.war to plesk tomcat5, I doing "install java webapp", but when i go http://domain.com/mytomcat-helloworld/pages/myhelloworld.js I…

zb'
- 117
- 7
0
votes
3 answers
Share a Tomcat Node to multiple LoadBalancer?
Can one tomcat instance (with an ajp connector) be accessed by two different loadbalancers (httpd+mod_jk)?
Thanks!
user131942
0
votes
1 answer
Configuring Apache with Tomcat and phpmyadmin
We have a server with Apache 2.4, Tomcat 7 and phpmyadmin, all of them installed by source, no repository.
I connected Apache with Tomcat through the jk connector by doing:
JkMount /* worker1
and I moved /phpmyadmin in the Apache DocumentRoot, but…

elect
- 203
- 4
- 17
0
votes
1 answer
JSP: Trying to configure Apache2 + Tomcat6 using mod_jk
I'm trying to configure Apache2 + Tomcat using the mod_jk on an Ubuntu 10.04.
I installed everything and configured, but it always returns the source code of my JSP files. I've read around that the most possible problem is that Httpd isn't…

Jayme Tosi Neto
- 101
- 2
0
votes
1 answer
Apache mod_jk Setting for Tomcat - workers.properties
I am trying to direct files with .jsp extensions to tomcat. Otherwise I want apache to serve the file directly (no tomcat). Currently I have a test.jsp which is supposed to create an HTML page with the current date in the body. Instead when I go to…

sissonb
- 207
- 4
- 9
0
votes
3 answers
SSL connection to Tomcat (behind Apache - mod_jk)
The SSL connection is working for every page on the Apache server except these served to Tomcat. Tomcat works well on http connection.
The setup:
Apache/2.2.21
Tomcat-7.0.23
mod_jk to connect them
self-signed certificate
What is working
If I try…

TheMouse
- 28
- 1
- 4
0
votes
1 answer
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 are e.g. 8009, 8010, 8011. I am not able to access…

disco crazy
- 277
- 6
- 14
0
votes
1 answer
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 apps are fine.
I tuned log level to debug for both…

Konrad Pawlus
- 133
- 1
- 1
- 7
0
votes
1 answer
JkMount outside of the 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 ajp13.
When I include the line
JkMount /app/*…

Jeroen Ooms
- 2,239
- 8
- 34
- 51