Hi, Fedor:
Thank you very much for your information. I am able to load the applet to
the jsp page now.
I know this is java programming problem. But any has experience on this
problem, please help me.
I am trying to program to let an applet communicates with a servlet. I am
running a example code from
book "professional server programming", page 232.
I got the error message "java.io.FileNotFoundException:
http://bird/examples/servlet/DbServlet .
In my own application, I can load the applet to the jsp and invoke the
servlet through the browser.
Thanks in advance !
David
-----Original Message-----
From: Fedor Karpelevitch [mailto:fedor@simpata.com]
Sent: Friday, May 05, 2000 1:28 PM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: How to load an applet into a jsp page ?
Actually, there is an example of including an applet in
/examples/plugin/applet so you may have a look there and see how it works.
WBR, Fedor.
Today: Errare humanum est.
> -----Original Message-----
> From: David Qian [mailto:David.Qian@accrue.com]
> Sent: Thursday, May 04, 2000 6:55 PM
> To: tomcat-user@jakarta.apache.org
> Subject: How to load an applet into a jsp page ?
>
>
> Hi, everyone:
>
> I am try to load an applet into the jsp page.
>
> The jsp page is located in the directory /examples/jsp/test.jsp.
> The applet class file is located in
> /examples/WEB-INF/classes/com/application/
>
> In the jsp, I put
>
> CODEBASE = "/com/application"
> code = "testApplet.class"
>
> I can not load the applet.
>
> Thank you very much for any help !
>
> David
>
>
> --------------------------------------------------------------
> ------------
> To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commmands, email: tomcat-user-help@jakarta.apache.org
>
--------------------------------------------------------------------------
To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
For additional commmands, email: tomcat-user-help@jakarta.apache.org
|