• 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

jboss 7 how to cleanup standalone.xml.tmp.*

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We just upgraded rom jboss 4 to jboss 7. Everything seems fine other than standalone.xml.tmp.* (standalone.xml.tmp.KZ8YyItCh, standalone.xml.tmp.qftC6Feuk etc) being generated in the /opt/jboss/<appname>/deployments/ folder. What are these files, and can they be deleted or is there a setting to disable them from being generated.

Thanks,
Andy.
 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Andy,
it's quite odd that you have .tmp configuration files in your deployments folder. Which release of JBoss are you using ? by default the configuration is only stored in the "configuration" folder and the application server does not keep tmp files of it but rather an history of older configurations and your self-made snapshots. These are persisted in standalone_xml_history and the application server cares about rolling them on a time basis. You should not be concerned about this files, as they won't be used at all by the application server, yet if you provide some more details we can guess why you have those files in the deployments folder.
Regards
Francesco
reply
    Bookmark Topic Watch Topic
  • New Topic