----- Original Message -----
From: "CPC Livelink Admin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 8:14 PM
Subject: RE: Servlet reloading problems
>
> Actually, it does work - you have to set the reload attribute to true in
the
> server.xml - my entry looks like this :
>
> <Context path="/tracking" docBase="d:/servlet/tracking"
> crossContext="false" debug="0" reloadable="true" >
> </Context>
>
>
To be honest It seems it works for some people, and not for others. I'd
guess it probably works for certain servlets running under certain browsers
under certain configs. I basically never trust it. Given that tomcat takes
less than a minute to restart I always tend to do this to reload servets.
The only annoying part being the initial time for calculating session ID's.
sam