Reputation:
I want to configure this so that it doesn't restart automatically, but I have to manually start and stop it. Is this possible?
Upvotes: 1
Views: 360
Reputation: 5391
I am not sure if I understand you correct: you just don't want to hot deploy application. You would like that application should be deployed only during starting the JBoss server?
If yes, you can disable the hot deploy service just by removing the hdscanner-jboss-beans.xml
from deploy
directory.
PS. It works for JBoss AS 5.1.
Upvotes: 1