Re: applet jars

2002-07-15 Thread Nick Wesselman
Since it's an applet, it needs to be in the applet JAR in the browser. The Applet runs in the user's browser, not in tomcat. Nick On Monday, July 15, 2002, at 12:32 PM, Rutledge, Aaron wrote: Hello list, I have been trying to embed a simple applet in a web page and keep getting a

RE: applet jars

2002-07-15 Thread Shapira, Yoav
Howdy, Applet jars need to be accessible to the browser. Therefore, they cannot be under /mywebapp/WEB-INF. Put them under /mywebapp/applets, for example /mywebapp/applets/myApplet.jar. Then your web page would have something like applet code=com.myclass archive=/applets/myApplet.jar Yoav

RE: applet jars

2002-07-15 Thread Rutledge, Aaron
is. _ Aaron Rutledge Electronic Business Specialist Eppendorf - 5 Prime, Inc. 6135 Gunbarrel Ave., Ste 230 Boulder, CO 80301 Tel: 303-583-7019 -Original Message- From: Nick Wesselman [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 11:40 AM To: Tomcat Users List Subject: Re: applet jars

RE: applet jars

2002-07-15 Thread Craig R. McClanahan
On Mon, 15 Jul 2002, Rutledge, Aaron wrote: Date: Mon, 15 Jul 2002 11:53:19 -0600 From: Rutledge, Aaron [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: applet jars The user's browser is requesting the applet classes

RE: applet jars

2002-07-15 Thread Rutledge, Aaron
Thanks! -A. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 11:44 AM To: Tomcat Users List Subject: RE: applet jars Howdy, Applet jars need to be accessible to the browser. Therefore, they cannot be under /mywebapp/WEB-INF. Put them