Hi All, I have a servlet class: MyServlet.class calling a support TestStr.class inside the service method of MyServlet.TestStr intslzs a strng :"Hello" which it rtrns to MyServlet.I Now change TestStr strng:"World"&recompile TestStr only.However the MyServlet still outputs "Hello".(Browser Cache cleared).Only on stopping and restarting JWS1.1.3 I'm able to get the value of the recompiled TestStr results.On recompiling MyServlet the JWS picks up the NEW MyServlet.class tho the OLD TestStr support class. Does anyone have Any WorkArounds? Thanx in Advance Monish ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
