Diansheng Guo wrote:
> 
> Hi, all:
> 
> I just begin to use Tomcat3.2 to run my servlet.....I got the error on the
> server output. Basically I was frequently compiling my servlet code with
> JBuilder and check the result with an IE explorer loading the servlet. But
> seems my change won't take effect immediatly...Does the server (or the IE
> explorer) keep the class in memory after its first run?
> 
> It worked fine with Netscape...is there any difference between the two
> browsers regarding servlets?
> 


????????? 
A browser does not load a servlet. A browser just gets the HTML output
that was generated
on the server by servlet the servlet class. To do that the servlet class
must be loaded by tomcat or any servlet container. 
Are you perhaps talking about an applet, that you try to serve through
tomcat ?

paul

Paul


> 2001-02-20 02:15:17 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 2001-02-20 02:15:21 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 2001-02-20 02:15:24 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 2001-02-20 02:15:30 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 2001-02-20 02:16:00 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 2001-02-20 02:20:22 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 2001-02-20 02:20:33 - Ctx(  ): 404 R(  + /jserv/status + null) null
> 
> Thanks a lot.
> 
> ~~~~~~~~~~~~~~~~~~~~~~~
> Department of Geography
> 302 Walker Building
> Tel:    (814) 865-9656 (O)
>         (814) 867-4957 (H)
> http://www.geog.psu.edu/~dguo
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-- 
Paul Marshall
[EMAIL PROTECTED]
089/26019-609

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to