You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Padhu Vinirs <p....@verizon.net> on 2002/10/07 16:14:55 UTC

reload objects...

When I recompile a servlet with changes, and call the servlet, the new 
object is not loaded unless I restart Tomcat ( 4.1.12 ). Is there a 
config parameter to reload the object everytime the class is changed ?

-- padhu


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: reload objects...

Posted by Lindomar <li...@bol.com.br>.
set reloadable="true" on your context in server.xml

----- Original Message -----
From: "Padhu Vinirs" <p....@verizon.net>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, October 07, 2002 11:14 AM
Subject: reload objects...


>
> When I recompile a servlet with changes, and call the servlet, the new
> object is not loaded unless I restart Tomcat ( 4.1.12 ). Is there a
> config parameter to reload the object everytime the class is changed ?
>
> -- padhu
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>