Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Daniel Gresh
Hi, I have a JApplet class in my $CATALINA_HOME/webapps/mywebapp directory called applet.NVACApplet. It is part of the applet package. I load this applet through NVAC.jsp. I was making some changes to the class and recompiled. However, after reloading the webapp and making numerous changes,

Re: Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Rashmi Rubdi
On 5/10/07, Daniel Gresh [EMAIL PROTECTED] wrote: Here is the JSP page code, if it helps: The problem may be because you're using applet tag within XHTML strict. The applet tag is not supported in XHTML 1.1 (and was depricated in HTML 4.01), you are encouraged to upgrade to the object tag or