[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment to remote JBoss - how to make application sur

jaikiran do-not-reply at jboss.com
Tue Aug 5 10:10:14 EDT 2008


When i was working on a similar requirement, i remember extending the MainDeployer to enhance it and copy the deployment to the deploy folder of JBoss. This deployment would then be picked up by the hotdeployer (i had done some additional stuff to ensure that the hotdeployer does not kick in before the copy completes).  On systems which had hot deployment disabled, in my code which extended MainDeployer, i would first copy the deployable into the "deploy" folder and then call the MainDeployer deploy method, pointing it to the file in the deploy folder.

P.S: I had done this just for my sample application. There might be better ways (which i haven't seen being mentioned here in the forums yet) for dealing with this.


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

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



More information about the jboss-user mailing list