hi

As far as i know once u request for a servlet it creates a instance and if
there is an instance already it creates a thread for the request...but u say
it need to be running i did not get what exactly u mean by running....as far
the servlet is in correct place and the server is up u will not have this
problem. May be u r server is down then u will have this problem....in case
if u find any information please let me know.

cheers
srinivas
----- Original Message -----
From: Yau Mei Ling <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 1:16 PM
Subject: Is servlet need to be in running state when it's been invoke?


> Hi,
>
> I have been working on servlet, which is an applet
> calling a servlet. I found out that each time when the
> applet call the servlet, the servlet must be in
> running state to be invoked, if not error of "servlet
> cannot be found" occur although the web server is
> already started. I thought it will be convenient if
> servlet reside on the web server, and everytime when
> call, it been init and does not need to be in the
> running state. If there're few number of servlet on
> the web server that might be invoke anytime by the
> user, then how am I make sure that all the servlet is
> in the running state all the time.
>
> Just wanna to know whether the condition I encounter
> is a normal or not, or there's something i miss out
> when calling the servlet.
>
> Thank you.
>
> Regards,
> Mei Ling
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
>
___________________________________________________________________________
> 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