Modify jboss-as-7.1.1.Final \ bin \ standalone.conf.bat and change
FROM
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.server.default.config=standalone.xml"
For
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.server.default.config=standalone-full.xml"
OR
Once you can simply use the command below to run the command line of the server form.
jboss-as-7.1.1.Final\bin>standalone.bat -c standalone-full.xml
Vinayak dornala
source share