Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JBoss and the fly likes Hot Deploy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Hot Deploy" Watch "Hot Deploy" New topic
Author

Hot Deploy

Vu Pham
Ranch Hand

Joined: May 28, 2005
Posts: 100
Hi all,

How can I deploy an ear file or war file without restart Jboss ? I'm writing an application using Jboss as server . Every time I'm edit a file , then build a war file , I must restart Jboss ( It tooks about 12 minutes to stop and start )

Thanks very much
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

Why did you have to restart the App Server, if you drop your archive file into the deploy directory then it will hot deploy, that is all you have to do.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hot Deploy
 
Similar Threads
JBoss doubt
Deploying EAR files on JBOSS
How to hot redeploy an app to JBoss?
Separate the WAR from server directory
Error while redeploying application to JBoss