2010/9/28 Daniel Mérida <[email protected]>:
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to