Tomcat and JApplet / Applet

2004-03-28 Thread Lars Nielsen Lind
Hi. How do I run JApplets / Applets with the Tomcat server? I place the applets in /WEB-INF/classes/package_name/package_name/JAppeltExample.class, but the browser can't see them. /Lars Nielsen Lind

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Antonio Fiol Bonnín
Hi, Class files for applets (or jars) are to be served by the web server exactly as any other STATIC file. Place them outside WEB-INF/classes, as anything in that directory is NOT served. Antonio Fiol Lars Nielsen Lind wrote: Hi. How do I run JApplets / Applets with the Tomcat server? I

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Lars Nielsen Lind
: Re: Tomcat and JApplet / Applet Hi, Class files for applets (or jars) are to be served by the web server exactly as any other STATIC file. Place them outside WEB-INF/classes, as anything in that directory is NOT served. Antonio Fiol Lars Nielsen Lind wrote: Hi. How do I run

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Parsons Technical Services
Subject: Re: Tomcat and JApplet / Applet But then it is possible for third part to download and read the code in the applet? or? How do I protect my applets? /Lars Nielsen Lind - Original Message - From: Antonio Fiol Bonnín [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

RE: Tomcat and JApplet / Applet

2004-03-28 Thread SH Solutions
Howdy, But then it is possible for third part to download and read the code in the applet? or? How do I protect my applets? No. You need to make your class files accessible only. You do not need tomcat for this. You can use tomcat as well as apache, iis or any other web server. You do not

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Dan Agarlita
and JApplet / Applet Hi. How do I run JApplets / Applets with the Tomcat server? I place the applets in /WEB-INF/classes/package_name/package_name/JAppeltExample.class, but the browser can't see them. /Lars Nielsen Lind

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Lars Nielsen Lind
- but in a way so that the applets can be used from the web server? /Lars Nielsen Lind - Original Message - From: SH Solutions [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, March 28, 2004 7:02 PM Subject: RE: Tomcat and JApplet / Applet Howdy

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Antonio Fiol Bonnín
server? /Lars Nielsen Lind - Original Message - From: SH Solutions [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, March 28, 2004 7:02 PM Subject: RE: Tomcat and JApplet / Applet Howdy, But then it is possible for third part to download and read