JBoss 7 - Where does the war get exploded?

user1066568 picture user1066568 · Sep 15, 2012 · Viewed 8.8k times · Source

I would like to know which location inside JBoss 7 does the deployed 'WAR' file get exploded to? In JBoss 4.3 it would ge exploded somewhere within the 'tmp' folder but I am not able to find where it is getting exploded to in JBoss 7. Thanks

Answer

Thomas Rokamp picture Thomas Rokamp · Sep 18, 2012

It's not really exploded, but rather mounted as a virtual file system (vfs). You can find the files in tmp/vfs/deployment* and tmp/vfs/temp*

More information here: https://community.jboss.org/wiki/VFS3UserGuide