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

Reply via email to