Re: Protocol handler start failed

2006-03-01 Thread alexandre heimburger
try ps -ef | grep tomcat to find and kill other instances of a running server. Otherwise you have maybe another application server which is listening for 8080 port. Alheim Didier McGillis a écrit : Tried to google, didnt find anything useful. What happens is that at some point the site be

Apache-tomcat : problem with a 404 redirection

2006-03-01 Thread alexandre heimburger
Hi, I have a 1.3 apache http server connected to a tomcat 5.5 server. I define a 404 error document in the httpd.conf. This document is a local jsp page. The problem is that client receive a 200 http response code instead of 404. Is there a configuration pattern to "propagate" the error code