• 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

Incomplete deployment

 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

When I move application EAR file (which contains JAR and WAR) into deploy folder in JBoss 4.0.4 it is deploying it. I could see JBoss creating folder "reporting.ear-contents" under tmp\deploy folder. But it is not creating "reporting.jar-contents" folder under "reporting.ear-contents". I'm not understanding whyJBoss is not deploying JAR file. Appreciate any ideas.

Thanks much.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Other than this, do you see any error messages in the server.log or on the console when JBoss is starting.
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure this applies, but I have heard that hot deploy isn't 100% reliable. A book i recently read said do this at your own risk and certainly not in a production environment. Try shutting down the server and deploying and see if that works.
 
reply
    Bookmark Topic Watch Topic
  • New Topic