Way to debug ports Tomcat is listening on?

2006-06-08 Thread Kim Albee
This server's Apache/Tomcat connector used to work just fine. Now it has stopped working and I get this error... I haven't changed anything in the config, but am wondering how I troubleshoot/debug this issue. I continually get this error: [jk_ajp_common.c (720)]: Error connecting to tomcat.

Re: Way to debug ports Tomcat is listening on?

2006-06-08 Thread Filip Hanik - Dev Lists
Not that it answers your question, but if you are using And my VirtualHost setting has the JkMount / p1 and JkMount /* p1 then y Then you are much better off using mod_proxy ProxyPass / http://w1:8080/ ProxyPassReserve / http://w1:8080/ ProxyPassPreserveHost On less head aches, less time spent