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.