Two possibilities. If you deployed as a war file, the simply copy the updated war file to the deploy directory (overwriting the existing war file). The hot deployer will notice the update and redeploy.
If you deployed as an exploded war directory, copy over the updated files. JSP changes are picked up immediately. For other changes, "touch" the web-inf/web.xml file. That will cause the app to be redeployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154054#4154054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154054 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
