You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rafael Angarita <ra...@telcel.net.ve> on 2003/09/10 14:34:22 UTC

Error with servlet reload

    Hi,

    I configured my tomcat server to reload classes automatically on 
changes, however when I update the .class file I get this error  when 
try to access the page again:

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

type Status report

message Servlet org.apache.catalina.INVOKER.NewContact
is currently unavailable

description The requested service (Servlet
org.apache.catalina.INVOKER.NewContact is currently
unavailable) is not currently available.
Apache Tomcat/4.1.27-LE-jdk14


    The catalina.log file indicates that the .class has been modified 
but the server can not  process the page...
    The environment:
    - Linux RedHat (2.4)
    - Java 1.4
    - Tomcat 4.1.27
    - The server.xml file is configured to make the Context "reloadable".

    Any suggestions?

    Thanks in advance,

-- 

Rafael Angarita



Re: Error with servlet reload

Posted by Tim Funk <fu...@joedog.org>.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096

-Tim

Rafael Angarita wrote:

>    Hi,
> 
>    I configured my tomcat server to reload classes automatically on 
> changes, however when I update the .class file I get this error  when 
> try to access the page again:
> 
> HTTP Status 503 - Servlet
> org.apache.catalina.INVOKER.NewContact is currently
> unavailable
> 
> type Status report
> 
> message Servlet org.apache.catalina.INVOKER.NewContact
> is currently unavailable
> 
> description The requested service (Servlet
> org.apache.catalina.INVOKER.NewContact is currently
> unavailable) is not currently available.
> Apache Tomcat/4.1.27-LE-jdk14
> 
> 
>    The catalina.log file indicates that the .class has been modified but 
> the server can not  process the page...
>    The environment:
>    - Linux RedHat (2.4)
>    - Java 1.4
>    - Tomcat 4.1.27
>    - The server.xml file is configured to make the Context "reloadable".
> 
>    Any suggestions?
> 
>    Thanks in advance,
>