Hello,

I'm building a system that uses applet to servlet communications
and I have tested it in several web servers and servlet containers.
I have never had this problem.

What servlet container are you using?

Does this error message appear at the server?

Are you sure you are using the correct URL in the applet?

Try typing the URL directly into a browser to check it. If you
have only over-ridden doPost in your servlet you should get
back the default servlet error (400?) rather than a page not
found error.

Hope this helps,

Rob Griffin
Quest Software

E-mail: [EMAIL PROTECTED]
Web site: http://www.quest.com

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Yau
> Mei Ling
> Sent: Thursday, 21 December 2000 18:47
> To: [EMAIL PROTECTED]
> 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