RE: caching applet/jars

2003-01-30 Thread SRamanujan
hanks, Sudha -Original Message- From: Ramanujan, Sudha Sent: Thursday, January 30, 2003 3:46 PM To: [EMAIL PROTECTED] Subject: RE: caching applet/jars Hi, I changed my applet to object and this works, but my jars are not getting downloaded in temporary or permanent cache. Any thing I

Re: [OT] caching applet/jars

2003-01-30 Thread ContestAdmin
inal Message- > From: ContestAdmin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 3:02 PM > To: Tomcat Users List > Subject: Re: caching applet/jars > > [EMAIL PROTECTED] wrote: > > > Hi all, > > > > Have you used caching with the Java plug-

RE: caching applet/jars

2003-01-30 Thread SRamanujan
]] Sent: Thursday, January 30, 2003 3:02 PM To: Tomcat Users List Subject: Re: caching applet/jars [EMAIL PROTECTED] wrote: > Hi all, > > Have you used caching with the Java plug-in? I have trouble downloading > my jar files in temporary/permanent caching. I have signed my jars and &

Re: caching applet/jars

2003-01-30 Thread ContestAdmin
[EMAIL PROTECTED] wrote: > Hi all, > > Have you used caching with the Java plug-in? I have trouble downloading > my jar files in temporary/permanent caching. I have signed my jars and > added to my archive tag of my applet tag. But still this does not work. > > I did find this java site > http:/

caching applet/jars

2003-01-30 Thread SRamanujan
Hi all, Have you used caching with the Java plug-in? I have trouble downloading my jar files in temporary/permanent caching. I have signed my jars and added to my archive tag of my applet tag. But still this does not work. I did find this java site http://java.sun.com/products/plugin/1.3/docs/a

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

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 ja

RE: applet jars

2002-07-15 Thread Rutledge, Aaron
l 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 Since it's an applet, it needs to be in the applet JAR in the browser. Th

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

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 Cl

applet jars

2002-07-15 Thread Rutledge, Aaron
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