[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy change to property file

PeterJ do-not-reply at jboss.com
Thu Jan 25 12:30:30 EST 2007


As Ant copies over files, if the hot deployer wakes up, it will check what files have been updated even if Ant is not finished.  There is no way to coordinate Ant and the hot deployer.

For production use, turn off the hot deployer. While this is a great developer feature I recommend not having it on for production. Do you really want who-knows-what being deployed to a production system? Additionally, consider the performance implications of having the hot deployer thread trash your CPUs cache and the thrash the disk every 5 seconds.

If you must deploy something, and the hot deployer is off, you can always copy it to the deploy directory and then invoke the deployer manually (via JMX). This works for exploded archives as well as for packaged ones.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006452



More information about the jboss-user mailing list