On 4/16/07, jub jub jedi <[EMAIL PROTECTED]> wrote:
I have made a simple website on Tomcat. I have an applet on it, and when I
Which version of Tomcat?
loaded it for the very first time, it turned out like I expected it to. I have made a modification that should be VERY obvious, but when I reload the page, it shows the applet just like when it was first compiled. How do I get it to show the new version of the applet? I have tried restarting the web server, too.
Set reloadable="true" in your application's Context: Reference: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html You may also want to try antiResourceLocking="true" , but use it with caution. My project files were deleted when I used this option on an older version of Tomcat - it's probably fixed by now. -Rashmi --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]