Questions tagged [mod-jk]

174 questions
1
vote
0 answers

mod_jk losing connection with tomcat

I'm running an Apache tomcat + mod_jk 1.2.40 behind an apache web server. Everything has been setup and works properly for some amount of time since a tomcat startup (measurable in days/weeks); then something happens, and mod_jk loses the connection…
reallynice
  • 83
  • 2
  • 9
1
vote
1 answer

404 in Tomcat manager with AJP connector

I'm trying to configure Tomcat 7 on CentOS 6 with Apache mod_jk, SSL, and an AJP connector. The JK module is installed under Apache: $ sudo httpd -M | grep jk jk_module (shared) Syntax OK Tomcat is configured with an AJP connector as follows:
Jon W
  • 11
  • 5
1
vote
1 answer

High Volume Settings for Apache / Tomcat/ Mod.JK

I have a 3.5 GB 2 CPU server running on tomcat/apache with mod.jk. We are seeing our server itself having plenty of memory available and tomcat is not showing anything crazy in terms of GC. We have been trying different settings for the maxClients…
user211913
  • 11
  • 1
1
vote
0 answers

Passing Headers Through to mod_jk

Apache 2.2.24 mod_jk 1.2.37 I'm trying to pass the siteminder username through to Tomcat which is configured with mod_jk. The siteminder username is available a request header named "SM_USER". When I hard code a value using the environment…
NickW
  • 11
  • 2
1
vote
1 answer

Add a new tomcat(worker) to a existing cluster made using Apache server and mod_jk without having to restart Apache

I have set up cluster for loading balancing for the two different tomcat that are running on different machines using Apache Server and mod_jk. I have configured workers.properties and everything seems to be working fine that is one by one the…
user578219
  • 113
  • 3
1
vote
1 answer

CentOS Apache + Tomcat SSL using mod_jk

I have Apache + Tomcat (using mod_jk) working correctly on a CentOS 6.3 machine. I am trying to set up SSL with Apache. When I browse to the site I get the following output: Forbidden You don't have permission to access / on this server. Here are…
OrangeGrover
  • 595
  • 3
  • 10
  • 25
1
vote
0 answers

Confusion setting up a simple tomcat6 clustering on ubuntu 12.04 using mod_jk: status page won't show

am a little confused when setting up 2 tomcat6 instances cluster in a clean ubuntu server 12.04. i didn't install default tomcat6 i used tomcat6-user's tomcat6-instance-create to create 2 instances. I'm using blogs.encodo.ch tutorial, unfortunately…
black sensei
  • 609
  • 3
  • 10
  • 25
1
vote
0 answers

mod_cluster and Tomcat load balancing design

I am fairly new to Load balancing. I am able to setup a load balancer using Apache httpd, mod_jk and tomcat. Now the problem is we would like to have design in the following manner, [HTTPD] /\ / \ …
code13
  • 173
  • 3
  • 9
1
vote
2 answers

Apache & Tomcat Load balancing via Mod_jk issue

I hope this finds you all in the best of your health and spirits. I have an issue with a new setup where I currently have 1 APACHE 2.2.15 & Tomcat 6.0.14 on RHEL. Mod_JK version 1.2.30. Ill add the second Tomcat when this starts working. So when…
vikingz
  • 11
  • 1
  • 1
  • 4
1
vote
0 answers

Could not get endpoint for worker (jk_handler::mod_jk.c)

I am using Apache2 with Tomcat on debian Lenny, When I try to access the site, its working but sometime I am getting error 500 "Internal server error". From the mod_jk.log, I could find the following errors [Mon Oct 29 16:46:00 2012]…
BioLounge
  • 115
  • 1
  • 1
  • 6
1
vote
1 answer

Apache2 with SSL and mod_jk on SUSE Linux Enterprise | Apache always starts SSL disabled

I have installed Apache2 (with mod_ssl enabled) on SUSE Linux Enterprise Server 11 (x86_64) (patchlevel 1), using YaST. Once installed, I tested whether everything works fine so far. SSL also worked fine. Just 'apache2ctl start' was enough to make…
Shaakunthala
  • 181
  • 1
  • 1
  • 7
1
vote
2 answers

SSL configuration , Tomcat with Apache and mod_jk

I am looking to configure SSL with tomcat 6 and apache web server, using the tomcat connector mod_jk. I am pretty new to this, so please bear with me. I have SSL certificate purchased and configured in tomcat using keystore file. It is perfectly…
wazzz
  • 13
  • 1
  • 3
1
vote
1 answer

How can i handle JSESSIONID in Nginx conf

Im using Nginx as FrontEnd Server, and behind it a Apache Http Server and begind it a Glassfish Application Server :) My problem is, when i need a static context…
Rahman Usta
  • 143
  • 1
  • 1
  • 7
1
vote
1 answer

Connection from Apache to Tomcat via mod_jk not working

I would like to connect apache to tomcat via mod_jk (same machine). The ajp connector in tomcat is listening on port 8009, the worker settings are: worker.worker1.port=8009 worker.worker1.host=localhost However, the connection fails, here is the…
1
vote
1 answer

When is necessary integrate Apache httpd with apache tomcat (mod_jk)?

Apache sites, recommend the integration of httpd and tomcat(mod_jk). The first for static and the second for dynamic content. What about the case that the entire page is dynamic. Does it still make sense to integrate both servers? What would be the…
Jhonnytunes
  • 127
  • 4