I am developing a Java EE application that I deploy over and over again on a local JBoss installation during development. I want to speed up the build by hot deploying my ap
Hot deployment is stable only for changes on static parts of the application (jsf, xhtml, etc.).
Here is a working solution, according to JBoss AS 7.1.1.Final:
.war folder) and open it with a text editor (i.e. Notepad++).When finished, don't forget to copy these changes to your actual development environment, rebuild and redeploy.