I need to restart the JWS to be able to run new
version of my servlets.
The below staff exist in my autoexec.bat file. What should I
do? Please help me.
my autoexec.bat:
C:\PROGRA~1\MCAFEE\VIRUSS~1\SCANPM.EXE C:\
doskey
@IF ERRORLEVEL 1 PAUSE
SET CLASSPATH=.;C:\jdk\jre\lib;c:\jdk\lib;c:\jsdk.jar;c:\lib\classes.zip;c:\jsdk\lib;C:\JavaWebServer1.1.3\servlets\;C:\JavaWebServer1.1.3\bin;D:\Senior
rem classpath=.;c:\lib\classes.zip;c:\lib\jsdk.jar;c:\jsdk\lib;c:\jdk\src;c:\lib
rem classpathh=.;c:\web\classes\classes.zip
SET PATH=%PATH%;c:\jdk\bin;c:\jsdk\bin;c:\jdk\include;c:\jdk\jre\bin
doskey
@IF ERRORLEVEL 1 PAUSE
SET CLASSPATH=.;C:\jdk\jre\lib;c:\jdk\lib;c:\jsdk.jar;c:\lib\classes.zip;c:\jsdk\lib;C:\JavaWebServer1.1.3\servlets\;C:\JavaWebServer1.1.3\bin;D:\Senior
rem classpath=.;c:\lib\classes.zip;c:\lib\jsdk.jar;c:\jsdk\lib;c:\jdk\src;c:\lib
rem classpathh=.;c:\web\classes\classes.zip
SET PATH=%PATH%;c:\jdk\bin;c:\jsdk\bin;c:\jdk\include;c:\jdk\jre\bin
-----Original Message-----
From: Kenia Nimesh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, April 27, 1999 11:37 AM
Subject: Re: Restarting JWS to reload a new version of servlet?Well I had come across this problem .It is the problem with yur settings in the autoexec.bat fileMake sure that foll is properly set in the fileset classpath =c:\jsdk2.0\lib;path = c:\jsdk2.0\bin;This will solve yur problemNimesh-----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
