2010/9/28 Daniel Mérida <dmer...@lcc.uma.es>:
> If I have loaded succesfully my file whatevername.war, tomcat doesn't show
> any error in Logs and I can access to localhost:8080/whatevername without
> problem . . .
> Why occurs this error?
> Dani
>

HTTPD does not see that Tomcat is running.

If it fails to pass a request to Tomcat, it starts replying with HTTP
result code 503 saying that the "service" (Tomcat) is not available.
(It won't retry accessing Tomcat until some timeout passes, which I
think is several minutes.)  HTTPD logs may contain more details.

Best regards,
Konstantin Kolinko

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

Reply via email to