[jboss-user] [Installation, Configuration & Deployment] - Re: How to create a new profile outside theJboss-as/server d

PeterJ do-not-reply at jboss.com
Sun Nov 22 13:22:44 EST 2009


Yes, you can do this - just set the appropriate system properties to let the app server know where to look.

For example, if you copy server/default to /opt/myconfig, then when starting up the app server, add the following to the JAVA_OPTS:

-Djboss.server.base.dir=/opt/myconfig -Djboss.server.base.url=file:///opt/myconfig/

That should be the only two you have to set.

For a list of most of the properties: http://www.jboss.org/community/wiki/JBossProperties
Or use the jmx-console and the SystemProperites mbean to see everything.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266933#4266933

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266933



More information about the jboss-user mailing list