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 from 
apache to tomcat.


Thanks all
Alheim

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 becomes unresponsive and so I restart and that is 
when I get this error, now I dont know of any other apps running on 
port 8080 so not sure why 8080 is already in use. Any thoughts?


SEVERE: Catalina.start:
LifecycleException:  service.getName(): "Catalina";  Protocol handler 
start failed: java.net.BindException: Address already in use:8080




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]