Re: I have questions about servlet.

>

I had a similar problem: i have a servlet class that i modifiy and it doesn't reload,
even when i don't edit the classes used by the servlet

from

-=dAn-


> Re: I have questions about servlet.
>
> From: Benoit Mahe (Benoit.Mahe@sophia.inria.fr)
> Date: Fri, Apr 23 1999
>
>    * Next message: Benoit Mahe: "Re: How to set the "current directory" of a CGI in jigsaw ?"
>    * Previous message: lacall: "RE: destroy() not called in my servlet"
>    * In reply to: Nyam, Yanto: "I have questions about servlet."
>    * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>    * Other mail archives: [this mailing list] [other W3C mailing lists]
>    * Mail actions: [ respond to this message ] [ mail a new topic ]
>
>   ------------------------------------------------------------------------
>
> Message-ID: <37202A7D.D8A6F337@sophia.inria.fr>
> Date: Fri, 23 Apr 1999 10:08:30 +0200
> From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
> To: "Nyam, Yanto" <NyamYa@ncs.com>
> CC: www-jigsaw@w3.org
> Subject: Re: I have questions about servlet.
>
> If your servlet class is in the servlet directory and if the servlet class is
> modified, then Jigsaw will reload it. But if a class used by your servlet
> is modified Jigsaw will not reload it, you have to kill Jigsaw and restart
> it.
>
> Regards, Benoit.
>
> "Nyam, Yanto" wrote:
>
> > Hello,
> >         I have a jigsaw running in Windows NT 4.0 SP 3. Do we have to reload
> > the jigsaw server if we make some changes on the java classes? This is the
> > case: I have jigsaw running in my computer and the servlet is working great.
> > Under the servlet folder, I have some java classes (java programs, such as
> > User.class, UserLogin.java, etc). The problem that I found is that when I
> > made changes on ones of the java programs, compiled it and saved it under
> > the Servlet folder, the web browser is giving me an error message "The page
> > cannot be displayed". I am just wondering if there is any ways that we can
> > make changes on the java programs, compile them and saved them under the
> > servlet folder without having to kill (JigKill)  the jigsaw server and
> > reload it?? The second question I have is can we run jigsaw from the client
> > side, such as Windows NT4.0 workstation??Thanks in advance.
> >
> > Yanto Nyam
> > Software Developer
> > National Computer Systems
>
> --
> - Benoît Mahé -------------------------------------------------------
>                       World Wide Web Consortium   (W3C)
>                     Architecture domain - Jigsaw Engineer
>
>                 http://www.w3.org/People/Mahe  - bmahe@w3.org
> ---------------------------------------------------------------------
>
>   ------------------------------------------------------------------------
>
>    * Next message: Benoit Mahe: "Re: How to set the "current directory" of a CGI in jigsaw ?"
>    * Previous message: lacall: "RE: destroy() not called in my servlet"
>    * In reply to: Nyam, Yanto: "I have questions about servlet."
>    * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>    * Other mail archives: [this mailing list] [other W3C mailing lists]
>    * Mail actions: [ respond to this message ] [ mail a new topic ]

Received on Tuesday, 25 April 2000 22:27:56 UTC