Is it safe to empty the tmp folder from Jboss/Server/default?
Asked Answered
R

2

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?

Readership answered 27/8, 2010 at 8:32 Comment(0)
B
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!

Bute answered 31/8, 2010 at 19:10 Comment(1)
is it safe to delete the server/default/data folder if i plan to restart the instance?Lawabiding
L
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.

Lamellibranch answered 20/11, 2013 at 5:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.