Can anyone confirm a problem I have encountered withe Tomcat. Lets say that I 
write a servlet called Test.java and put it in the classes directory  in the 
Web-Inf directory, and I decide to change it a little later. So I recompile 
the servlet and produce a new class file. And have in mind the server is 
running this whole time. Well, the problem I have encountered is that when I 
put the new servlet class in the 'classes' directory, where all the classes 
live, the change doesn't take affect, and sometimes it does. If it doesn''t 
take affect I have to restart the server to see the new changes. Does anyone 
else have the same problem......

Reply via email to