Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JBOSS

  Asked By: John    Date: Sep 25    Category: Java    Views: 498
  

I have one problem with JBOSS.
ie.. How to re deploy a web application in jboss?
is it necessary to restart server everytime we made changes?

plese tell me friends..and save a lot of my time

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Varun Mehta     Answered On: Sep 25

nothing stops you from performing a cold deploy, JBoss is able to reload the deployed .ear or .war file dynamically once you copied the file into deploy  directory, this will push the file to deploy reloader. as far as I know this applied to app app servers , you don't need to restart the whole server, its just restating the application  itself.

 
Answer #2    Answered By: Vidhya Iyer     Answered On: Sep 25

the last version of jboss  is JBoss-4.0.4
and it is not neccessary to restart your application  server to deploy  just deploy your war or ear into the deploy folder in jboss server  and it should work.

 
Answer #3    Answered By: Alvin Nguyen     Answered On: Sep 25

If you deployed your application  before and now you want to just redeploy it
because of a little change, just touch the WEB-INF/web.xml file (open
it and make a little change in it and then save  it!). then Jboss will redeploy
your application.

 
Didn't find what you were looking for? Find more on JBOSS Or get search suggestion and latest updates.




Tagged: