Christoph Kukulies wrote:
I'm trying to figure out why my apache2/tomcat5.5 combo isn't working any longer since some update
I did on my debian 5.0.6 machine.

What did you update ?
What kind of connector is supposed to be used between Apache httpd and Tomcat ? (mod_proxy_http, mod_proxy_ajp, mod_jk ?)
Where are the virtual Hosts defined ? in the httpd or the tomcat configuration, 
or both ?




I have three connetors on port 8080, 8081 and 8082 between apache2 and tomcat5.5 to serve some VirtualHosts. None of the Vhosts is working (they are all giving an empty page in the browser, no code and the apache log shows an error 400 (which should be redirected and rewritten withing the Virtual Hosts sections).

I enabled log4j logging and I'm seeing in the log:

DEBUG main org.apache.catalina.connector.MapperListener - Handle Catalina:type=GlobalRequestProcessor,name=http-8080 type : JMX.mbean.unregistered DEBUG main org.apache.catalina.connector.MapperListener - Handle Catalina:type=GlobalRequestProcessor,name=http-8080 type : JMX.mbean.unregistered DEBUG main org.apache.catalina.connector.MapperListener - Handle Catalina:type=Mapper,port=8081 type : JMX.mbean.unregistered DEBUG main org.apache.catalina.connector.MapperListener - Handle Catalina:type=Mapper,port=8081 type : JMX.mbean.unregistered DEBUG main org.apache.catalina.connector.MapperListener - Handle Catalina:type=ProtocolHandler,port=8081 type : JMX.mbean.unregistered DEBUG main org.apache.catalina.connector.MapperListener - Handle Catalina:type=ProtocolHandler,port=8081 type : JMX.mbean.unregistered INFO main org.apache.coyote.http11.Http11BaseProtocol - Stopping Coyote HTTP/1.1 on http-8081 DEBUG http-8081-Processor1 org.apache.tomcat.util.threads.ThreadPool - Terminate DEBUG http-8081-Processor2 org.apache.tomcat.util.threads.ThreadPool - Terminate DEBUG http-8081-Processor3 org.apache.tomcat.util.threads.ThreadPool - Terminate


I'm not sure whether this is the cause of the malfunction but it was the only thing I could pinpoint.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to