Try using a exploded deployment, then you can add/replace JSP, HTML, CSS and 
other static files and have the hot deployed (without having the application 
being redeployed).

http://wiki.jboss.org/wiki/ExplodedDeployment

By the way, In my ant scripts, I always create a directory withe the war 
contents first, and then use the jar task to create the war from that 
directory. Then I have two different deployment targets, one which copies over 
the war file, the other which copies over the war directory.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181268#4181268

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181268
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to