You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bill Leath <bi...@bavendam.com> on 2002/09/18 21:06:30 UTC

Possible to reload single servlet?

Hello group,

I am running Tomcat 4.1 on Linux 7.2.

I would like to get an application to recognize changes in a servlet
without restarting the entire application.

Is this possible?

Thanks,

Bill


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


Re: Possible to reload single servlet?

Posted by Jason Young <ja...@inet.com>.
You can configure it to reload an entire context when a class changes, 
but I don't believe there is any way to reload just one class. This is 
probably unsafe anyway, since what would happen if you have a reference 
to an object of a class that is being reloaded?

--jason


Bill Leath wrote:

>Hello group,
>
>I am running Tomcat 4.1 on Linux 7.2.
>
>I would like to get an application to recognize changes in a servlet
>without restarting the entire application.
>
>Is this possible?
>
>Thanks,
>
>Bill
>
>
>--
>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>