You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by JS <sm...@dcs.kcl.ac.uk> on 2003/04/07 23:33:52 UTC

HTTP Status 503 - Servlet org.apache.catalina.INVOKER.coreservlets.ConnectionPoolServlet is currently unavailable

Does anyone know what this error means??
I dont understand it because my web.xml file for this application contains
a servlet entry that is properly qualified to take into account the
oackage structure, and the web.xml file for tomcat has the INVOKER servlet
commands uncommented and so they are working.
Any ideas as to why this error is occuring



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: HTTP Status 503 - Servlet org.apache.catalina.INVOKER.coreservlets.ConnectionPoolServlet is currently unavailable

Posted by Paul Yunusov <py...@rogers.com>.
On Monday 07 April 2003 05:33 pm, JS wrote:
> Does anyone know what this error means??
> I dont understand it because my web.xml file for this application contains
> a servlet entry that is properly qualified to take into account the
> oackage structure, and the web.xml file for tomcat has the INVOKER servlet
> commands uncommented and so they are working.
> Any ideas as to why this error is occuring
>

Exceptions thrown and recorded during that servlet's app loading can help you 
identify the cause of the problem. The error messages should be in one of the 
logs in $CATALINA_HOME/logs.

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org