tags:

views:

55

answers:

1

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?

A: 

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