Posted By:
Agung_Saptono
Posted On:
Tuesday, April 20, 2004 02:20 AM
Friends,
while my tomcat server is running, I add a jar file to my webapp/WEB-INF/lib directory. Few seconds later, Tomcat shows "Additional JARs have been added".
Here comes the problem, after the message is shown, I try to send the same request to my webapp (which is a servlet). But, Tomcat returns with an error saying that my servlet class doesn't exist and it "hangs".
Can someone tell me why?
-Agung-