I have Apache + Tomcat set up and working for the
most part. However, occasionally when I request a .jsp, then cancel the
request by hitting stop or moving to another page, Tomcat decides to stop
working. No errors are reported to the screen or to the logs. Any
future requests for a .jsp, requests that get passed to Tomcat, will
hang.
This doesn't appear to happen when going straight
to Tomcat using port 8080.
Oh yeah, i tried 2 setups.
1. Originally it was Apache v1.3.12 talking
to Tomcat v3.1 using the jserv module
2. Then, I tried Apache v1.3.12 talking to
Tomcat v3.2 using the jk module over Ajpv13
The problem happens in both setups.
Thanks in advance,
Oliver
Johnson