• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Jboss deleted tmp folder each time?

 
Greenhorn
Posts: 16
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I'm on Jboss EAP 4.3 and I have my own server with an EAR deployed. The EAR contains multiple WAR files. I notice that each time I start up the server, it explodes the contents to the tmp folder, which is good. Now if I bring down and bring back up Jboss, it first deleted the tmp folder and rebuilds it. My EAR file is fairly large and takes a good 15 minutes to explode. Is there any way to persist the tmp folder between server restarts?
 
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
The tmp folder (as the name suggests) is for temporary storage. It gets cleaned up on every restart.

My EAR file is fairly large and takes a good 15 minutes to explode



Try exploded deployment http://community.jboss.org/wiki/ExplodedDeployment
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic