• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Redeployment of EAR in JBOSS 3.2.3

 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
Is it necessary to shutdown the JBOSS 3.2.3 before redeploying the EAR file?
The problem I have is when I redeploy the EAR to the JBOSS without shut-down the JBOSS, it seems it didn't update the EAR file and also a lot of error message. However, if I shutdown the server first and redeploy , then re-start the JBOSS, it works fine then.
Therefore, my question is
Is it necessary to shutdown the JBOSS 3.2.3 before redeploying the RAR file?
Thanks
Benson
 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not necessary with JBoss. You should be able to do a smooth redeploy while running.
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends on exactly what you are doing. Are you encountering class cast exceptions when you redeploy?
 
Benson Fung
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Norman : You are right! When I do redeploy, there is a lot of exception message appear. However, if I re-start the JBOSS, no exception appear anymore. It sounds strange!

Thanks
Benson
 
reply
    Bookmark Topic Watch Topic
  • New Topic