atom feed6 messages in org.apache.tomcat.usersRE: applet jars
FromSent OnAttachments
Rutledge, AaronJul 15, 2002 10:32 am 
Nick WesselmanJul 15, 2002 10:39 am 
Shapira, YoavJul 15, 2002 10:43 am 
Rutledge, AaronJul 15, 2002 10:52 am 
Craig R. McClanahanJul 15, 2002 11:02 am 
Rutledge, AaronJul 15, 2002 11:03 am 
Subject:RE: applet jars
From:Shapira, Yoav (Yoav@mpi.com)
Date:Jul 15, 2002 10:43:46 am
List:org.apache.tomcat.users

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 Shapira Millennium ChemInformatics

-----Original Message----- From: Rutledge, Aaron [mailto:ARut@5prime.com] Sent: Monday, July 15, 2002 1:33 PM To: Tomcat Users List (E-mail) Subject: applet jars

Hello list, I have been trying to embed a simple applet in a web page and keep getting a ClassNotFoundException. However, I have placed the jars in my webservers CLASSPATH and I am able to launch (non-applet) applications contained in the JAR succesfully form the server. I am wondering if I need to do some sort of special configuration for applets in TomCat? I have tried placing the JARS in my web ap. lib directory, the root directory, in the tomcat lib--everything! Am I missing something? Regards to all, Aaron