Re: newbie: instance problem

2001-05-15 Thread Gnanasekaran Thoppae

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



Re: RTFM?

2001-05-15 Thread Gnanasekaran Thoppae

RTFM - Read The Friendly Manual!

-gnana

Sachin Phatak wrote:
> 
> RTFM - I've seen this abbr. in use.
> What does it stand for?
> 
> Sachin
> PS.
> I can see a few sniggering faces but how's a guy to know if he doen't ask?



newbie: instance problem

2001-05-11 Thread Gnanasekaran Thoppae

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