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

RE: newbie: instance problem

2001-05-15 Thread Ramsay Domloge
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

RE: newbie: instance problem

2001-05-15 Thread Hawkins, Keith (Keith)
Title: RE: newbie: instance problem If you are using automatically generated contexts via war files rather than creating context entries in your server.xml file so as to set the reloadable=true parameter, then I believe the answer is yes, you need to restart tomcat. Anyone else

RE: newbie: instance problem

2001-05-11 Thread Hawkins, Keith (Keith)
Title: RE: newbie: instance problem 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

RE: newbie: instance problem

2001-05-11 Thread Tew Tee Li
In server.xml file, add attribute reloadable=true in your context path definition. eg. Context path=/somepath docBase=/somerealdocpathtobemapped reloadable=true TL On Fri May 11 21:01:12 2001 MYT, Hawkins, Keith (Keith) [EMAIL PROTECTED] wrote: I believe you are