andyberlin2000
Programmer
Hi!
While developing jsp-classes I always can remove compiled files from the tomcat directory - they will be recompiled.
Then I tried servlets...
A new program version of a SERVLET (same name...) seems to require -
* stop TOMCAT
* restart TOMCAT
* use a new browser window
otherwise the old program version will be used until eternity. I could not find ANY direstories with temporary files to delete - do I really have to take ALL THREE steps every time I change a single program line in my Java code?
Thanks for any help...
Andy
While developing jsp-classes I always can remove compiled files from the tomcat directory - they will be recompiled.
Then I tried servlets...
A new program version of a SERVLET (same name...) seems to require -
* stop TOMCAT
* restart TOMCAT
* use a new browser window
otherwise the old program version will be used until eternity. I could not find ANY direstories with temporary files to delete - do I really have to take ALL THREE steps every time I change a single program line in my Java code?
Thanks for any help...
Andy