Our app was built starting from the AppFuse 1.9.3 Webwork Hibernate Spring template.
We've setup the application for development in IDEA 5.1 using the Tomcat 5.5 Server integration as the servlet engine for the app. My experience with using Resin in the past on other apps is that I can usually make changes (inside methods) and reload classes without my web app completely reloading after each change. Unfortunately, with this app, every change to a class, or even a change to a jsp that I don't hand copy into the exploded directory, causes the entire app to undeploy and then redeploy inside of tomcat. I was wondering if anyone had any suggestions on how I can get just the class reloaded without the entire app redeploying. I have idea setup to build and deploy the web application module to an exploded directory, and I have it setup to synchronize the module with the exploded directory. The context for my webapp module defines the following <?xml version="1.0" encoding="UTF-8"?> <Context path="/myapp" reloadable="true"> The webmodule depends on a couple of other modules that are built into jars and included in the app. The class files for the webapp itself are just built into the exploded classes directory rather than into a jar of their own. The class files for the webapp are really my biggest concern. I'd like to be able to make tweaks to an action class on the fly without having to endure the full restart. Any suggestions anyone has would be greatly appreciated. Thanks, Skip -- View this message in context: http://www.nabble.com/Tomcat-reloads-entire-app-after-any-class-change-tf4263459s2369.html#a12133299 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
