breako wrote:
Thanks so much for replies. Very much appreciated.
In response to the questions:
1. I have an apache server in front of my tomcat.
2. The reason why I am doing this is because I wish to use multiple tomcats
and have some load balancing.
That didn't work, so in trying to diagnose the problem, I got rid all but
one of the tomcat's behind the apache http server. This was to get the
simpliest case using apache http server working first.
3. No I have seen no errors in any logs (apache or mod_jk) with extra
logging.
I see notices in error.log but they look benign.
[Tue Nov 03 18:12:46 2009] [notice] IBM_HTTP_Server/6.1.0.9 Apache/2.0.47
configured -- resuming normal operations
[Tue Nov 03 18:12:46 2009] [notice] Server built: Apr 12 2007 19:42:26
[Tue Nov 03 18:12:46 2009] [notice] Parent: Created child process 7724
[Tue Nov 03 18:12:47 2009] [notice] Child 7724: Child process is running
[Tue Nov 03 18:12:47 2009] [notice] Child 7724: Acquired the start mutex.
[Tue Nov 03 18:12:47 2009] [notice] Child 7724: Starting 250 worker threads.
4. Here is some debug logging from the mod_jk...
...
All this log looks pretty normal
and then
...
Indeed, that is where it becomes interesting
ue Nov 03 18:14:30 2009] [7724:3132] [debug] jk_uri_worker_map.c (850):
Attempting to map context URI '/docy=worker2' source 'JkMount'
[Tue Nov 03 18:14:30 2009] [7724:3132] [debug] jk_uri_worker_map.c (873):
Found an exact match '/docy=worker2'
[Tue Nov 03 18:14:30 2009] [7724:3132] [debug] mod_jk.c (2459): Into handler
...
[Tue Nov 03 18:14:30 2009] [7724:3132] [debug] mod_jk.c (977): Service
protocol=HTTP/1.1 method=POST ssl=false host=(null) addr=192.168.125.90
name=ied031 port=8080 auth=(null) user=(null) laddr=192.168.125.90
raddr=192.168.125.90 uri=/docy
.. so mod_jk got the request to /docy and is processing it
...
and then several of this logs...
and that is where it would start becoming interesting, but you have cut
it off...
So, what happens next ?
I mean, you should see the request that is being sent to Tomcat, then
Tomcat's answer.
Another question : what, on the Tomcat side, is supposed to process
requests to /docy ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org