> From: Daniel Gresh [mailto:[EMAIL PROTECTED]
> Subject: Tomcat 6.0.9 not recognizing deletion of Applet class
>
> Is it storing the class in some directory somewhere?
Is it possible your browser - not Tomcat - is caching the applet?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONF
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 o
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,