I want to start JBoss AS v7
and set standalone-full.xml
as default config. In my standalone.conf
I put this line:
JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone-full.xml"
.
But when I start server, it take standalone.xml
as config. My OS is Win7