Title: RE: Can not update servlet

Hi,
        I never used jsdk server but I use weblogic. I think all servlet engine load servlet to memory when it initial and discard any change on class file ... UNLESS that server has feature to autoreload servlet that has been changed. I don't know if your server support this feature. You should find out how to config this or you have to restart server everytime you want your change to take effect.

                                                                                Hope this help,        
                                                                                Siros

    -----Original Message-----
    From:   Meng, Dong J (CAP, CDI) [SMTP:[EMAIL PROTECTED]]
    Sent:   Friday, October 22, 1999 1:24 AM
    To:     [EMAIL PROTECTED]
    Subject:        Can not update servlet

    Hi,

    I use jsdk2.1 on UNIX. I created some servlets classes and put them into
    jsdk2.1 server. Later on, I updated one servlet class on jsdk2.1 server, I
    checked the page of this class on the brower, I found there was no change at
    all. Then I delete this class from jsdk2.1. I checked the class page on the
    brower, it still be there(it should be no this page). I used another
    computer to access this page, the same thing happened.
    Then I use 'stopserver' command on the UNIX to stop jsdk2.1 server, use
    'startserver' to start jsdk2.1 server. I FPT my updated class to jsdk2.1. I
    checked the page and found the result has been changed accordly.
    My question is: In jsdk2.1 server, if I do not do 'stopserver' -
    'startserver' process, even I overwrite servlet class, does it not affect
    the result? How can I solve this problem without doing 'stopserver' -
    'startserver'?

    Thanks in advantance.

    DJ

Reply via email to