Hi,
I have an JOnAS 5.1.2 server, and an application deployed as “Exployed archive“.
Everytime i change a file (.jsp, .html, java class, xml..) and Save, the server automatically redeploy the application (Stop/Start server), and I have to wait a long time in order the application redeployes.
With JRun4, the hot redeploy works fine….
The following messages appear where redeploy:
2010-12-09 13:38:28,624 : DeployableMonitor.checkModifiedDeployables : Deployable ‘WARDeployableImpl[archive=C:\jonas-full-5.1.2\deploy\APP.war]’ has been updated, reloading it
2010-12-09 13:38:28,639 : WARDeployer.doUndeploy : Undeploying APP.war
2010-12-09 13:38:28,842 : BaseWebContainerService.unRegisterWar : War APP.war no longer available
2010-12-09 13:38:29,124 : WARDeployer.doDeploy : Deploying APP.war
Thank you!!