Yes you do - but not for JSPs it seems.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Gnanasekaran Thoppae
Sent: 15 May 2001 14:43
To: [EMAIL PROTECTED]
Subject: Re: newbie: instance problem


Hi Keith,

Does this mean, when developing servlets one needs to stop and start
tomcat to see the new version of the servlet that is being developed?

-gnana

> "Hawkins, Keith (Keith)" wrote:
> 
> I believe you are still seeing the old version because the session to
> your previous version is still active.  If you restart Tomcat you
> should be see the change to your servlet.
> -Keith
> 
> -----Original Message-----
> From: Gnanasekaran Thoppae [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 11, 2001 8:23 AM
> To: [EMAIL PROTECTED]
> Subject: newbie: instance problem
> 
> Hi List,
> 
> Platform: Tomcat 3.2, JDK 122, alpha-linux
> 
> I have a simple servlet with doGet() method that
> prints to the browser some text via res.PrintWriter.
> 
> But I noticed, that the first time when I execute the servlet,
> it works and the next changes I make and compile the same
> servlet and put in the same path as earlier, the changes are not
> visible in the 'reload' function of the browser.
> 
> What should I do in order to make tomcat to unload the servlet
> after its execution?
> 
> What is the best practise in loading and unload the servlet?
> 
> Thanks.
> 
> -gnana



Reply via email to