Well I had come across this problem .It is the
problem with yur settings in the autoexec.bat file
Make sure that foll is
properly set in the file
set classpath =c:\jsdk2.0\lib;
path = c:\jsdk2.0\bin;
This will solve yur problem
Nimesh
-----Original Message-----
From: Èåüäùñïò ÊõñéìáëÞò <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, April 26, 1999 5:14 PM
Subject: Restarting JWS to reload a new version of servlet?Hi. I am using JWServer 1.1.3 for developing and testing servltes. I encounter the following problem.When I make some changes to the source code and then rebuild my servlet, (and the servletname.class is updated in the ../servlet directory), I try to reload the "new" servlet (using Netscape 4.5), but instead the old version is reloaded.So I have to shut down the server through the Administrative tool, then restart the server again, reload the servlet through the browser, and only then I see the "new" servlet. This takes time, and seems silly to me. Is it a better and quicker way to reload the "new" servlet? (perhaps a function provided by the Administrative tool?)Theo
