| How to configure JBoss to disable hot deployment ? |
| Written by Mark S. | |||||
|
For performance reason you might want to disable JBoss hot deployment's feature. Simply open the conf/jboss-service.xml file and find the line: <!-- A flag to disable the scans --> <attribute name="ScanEnabled">true</attribute> Simply change to false and hot deployment will be disabled. If on the other hand you simply want to reduce scan polling time, look for a few lines before: <!-- Frequency in milliseconds to rescan the URLs for changes --> <attribute name="ScanPeriod">5000</attribute> This will set the scan time (in milliseconds)
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


