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 )
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.