7

I'm using JBoss 5.1.0.GA, I notticed the tmp folder at: server/default/tmp is mora than 1GB big.

Can I safely delete all the files in it?

Hectoret
  • 3,553
  • 13
  • 49
  • 56

2 Answers2

11

Yes, it is safe to delete server/default/tmp, as well as server/default/work.


http://docs.jboss.org/jbossas/getting_started/v5/html/tour.html

Search for "run -c myconfig" on that page; the relevant info is immediately below. Unfortunately I can't get you a direct link to that section of the page, sorry!

Matt Ball
  • 354,903
  • 100
  • 647
  • 710
4

Yes, it's safe to delete the Temp Folder, work, as well as log folder from the location server/default/.

It ensures you are free of any shadow copy of your previous project.

Punjan Sudhar
  • 221
  • 1
  • 2
  • 8