Search code examples
warjboss7.xexploded

JBoss 7 - Where does the war get exploded?


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


Solution

  • 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