If you place your servlet class files in JRun's "servlets" directory, than
they should be reloaded by JRun whitout any server restart.
JRun has another directory for clas files, which is "jsm-default/classes".
Classes in this directory are not reloaded when they change, you must
restart JRun to reload them.
Andre Paradis
----- Original Message -----
From: "Atul Prasad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 25, 2000 6:59 AM
Subject: Re: Problem
> Try restarting the web server after replacing the servlet class
> file. The problem is because once the servlets are loaded into web
server's
> memory area, they remain there till the server relinquishes it's memory
> area, which is when it is restarted.
>
> Hope this will work,
> Atul
>
> > Hello ,
> > I am using JRUN, Netscape Enterprise Server 3.6 & SunOS 5.6 to execute
> > servlets. But I am facing some problem. Lets say I place a servlet class
> > file in the web server. It works fine. Now when I make some changes in
the
> > servlet and again place the updated class file on the server, the
servlet
> > engine executes the old version of class file.
> > What could be the problem ? Can there be the problem with the server
> > picking the old servlet class file from cache ? If yes, how do we
resolve
> > this ?
> >
> > regards
> > -mukul
> >
> > --------------------------------------------------------------
> > Bharti Cellular Limited, New Delhi, India
> >
> >
__________________________________________________________________________
> > _
> > 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
>
>
___________________________________________________________________________
> 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
>
___________________________________________________________________________
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