Does JBoss 5.1.0 supports hot deployment ? If yes, how can I do it?
I am using windows XP.
Thanks1a) For Eclipse you can either configure the usual WebToolsPlatform (WTP) to do hot deployments.
1b) You can install the JBoss Tools from http://www.jboss.org/tools which might some things smoother. You can think of it as an extension of WTP.
1c) Use a small Ant-Skript to do the same as 2)
2) Simply copy your war file into the subdirectory server/default/deploy
.
精彩评论