tags:

views:

10

answers:

1

how can i find which folder is the jboss root dir?

where can i find the root folder variable mentioned in a war file

A: 

The root folder of a JBoss AS installation is generally considered to be the ../jboss-as folder...

For example if your deploy folder would be
/opt/jboss/jboss-as/server/default/deploy
the root folder would be
/opt/jboss/jboss-as

I don't know what you mean by the variable mentioned in a .war file.

fgysin