Applet class files' location

2004-01-30 Thread Teja Jo
Hello everyone , There r some jsp files in the root directory of the web application.They display some applets.If the applet class files are placed in a package structure inside WEB-INF/classes - then I get a ClassNotFoundException for the applet.The applet files have to be compulsorily kept

AUTO 'Getty=987-263'Applet class files' location

2004-01-30 Thread Getty Images USA Support
case ID is:987263 -Original Message- From: Teja Jo [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:30AM To: Tomcat User Mailing List [EMAIL PROTECTED] Subject: Applet class files' location Hello everyone , There r some jsp files in the root directory of the web application.They display

Re: Applet class files' location

2004-01-30 Thread BAO RuiXian
Teja Jo wrote: Hello everyone , There r some jsp files in the root directory of the web application.They display some applets.If the applet class files are placed in a package structure inside WEB-INF/classes - then I get a ClassNotFoundException for the applet.The applet files It is

AUTO 'Getty=987-620'Applet class files' location

2004-01-30 Thread Getty Images USA Support
case ID is:987620 -Original Message- From: BAO RuiXian [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:52AM To: Tomcat Users List [EMAIL PROTECTED] Subject: Applet class files' location Teja Jo wrote: Hello everyone , There r some jsp files in the root directory of the web

Re: Applet class files' location

2004-01-30 Thread Josh Rehman
Any resource that needs to be accessed by the browser directly should be outside of the WEB-INF directory. An applet is exactly the same as an image file in this way. The classes in WEB-INF are accessed by the container only, and only their results are presented to client browser. That said,