Probably because your servlet is set up with SingleThreadModel and it needs
separate instances to serve separate requests.
    (*Chris*)

----- Original Message -----
From: Rahul Chandra Gudipati <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 06, 1999 1:45 PM
Subject: Java Web Server


> I am currently struggling with a Trial Version of the Java web server 2.0.
>
> 1) I noticed that when I setup a servlet to be loaded at Startup, it
brings
> up 6 instances of the Servlet. Why 6? Should I be 'setting' some parameter
> somewhere?
> 2) Also I expected the Server to load the new Version of the Servlet when
I
> replace the .class file. This does not seem to happen.
>
> Thanks,
> Rahul
>
>
___________________________________________________________________________
> 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

Reply via email to