Double click on the Tomcat server in the Servers view. In the editor, select the Modules tab. Select your web application and click Edit. Uncheck Auto reloading enabled. That always does the trick for me. Now if there were only a way to have it default to unchecked when deploying a new application.
-----Original Message----- From: John Krasnay [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 2:22 PM To: [email protected] Subject: Wicket and Eclipse WTP I've recently switched from the Sysdeo Tomcat plugin for Eclipse to WTP for running my Tomcat instance. I'm trying to get to a point where when I change a .html or .properties file it just shows up without re-deploying the whole web context. It seems that if I change a file under src/main/webapp it's silently deployed with no fuss, but if anything changes in the classpath, including say a Wicket .html file, WTP feels the need to re-deploy the whole context. Has anyone had any success working around this? jk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ______________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. _____________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
