Hi, we are using Eclipse, Hibernate, Ant and Maven2 for a java web application.
At the moment, everytinme I change a JSP or a java class I have to "mvn package" (redeploy etc.) the whole app. Then I have to restart our jBoss/tomcat server. Is there a way to automatical redeploy/refresh this after changing something ? When I use eclipse/java/ant without maven, I have the hotdeploy. And if hotdeploy does not work (for e.g. changing a base class), I only have to restart the jBoss server. But with the current configuration, I always have to do all (stop server, mvn package, restart server). It would be great if you have any idea for this problem! regards Michael -- View this message in context: http://www.nabble.com/How-to-automatic-re-deploy-sources-%28classes-jsp%29-after-changing-them-----tf2951453s177.html#a8254463 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
