Enable hot deploy for web pages in jboss-as-7.1.1.Final
问题 i am new to jboss, and i want to enable the hot deploy feature as in tomcat. right now when making any change to the xhtml page, i rebuild the application then redeploy the whole war, which is too much. but in tomcat the war file was extracted, and then i replace the change xhtml file only and see the change immediately. i was wondering how to accomplish same behavior for jboss-as-7.1.1.Final, and not in eclipse. please advise how to do that, thanks. 回答1: You can do the same thing in JBoss as