What is the correct way to turn off the JBoss hot deploy service?
This is a production environment.
Edit: JBoss version 5.1.0 GA
|
What is the correct way to turn off the JBoss hot deploy service? This is a production environment. Edit: JBoss version 5.1.0 GA |
|||||
|
|
I think deleting the "deploy/hdscanner-jboss-beans.xml" file is the correct way to do this. |
|||
|
|
From JBoss in Action, ch. 3.1.5:
And the relevant bits from the table:
|
|||
|
|
|
You can disable and expose it with JMX:
|
||||
|
|
|
Property: scanEnabled doesn't exist on JBoss 5.x only on JBoss 4.x for the Deployment Scanner. On JBoss 5.x just delete the hdscanner-jboss-beans.xml from the deploy directory and use the MainDeployer MBean to deploy your applications. |
|||
|
|