[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple memory configurations using same JBoss instance
Kalimero
do-not-reply at jboss.com
Mon Jan 8 12:09:09 EST 2007
We are using something like that:
1. start jboss with run.sh start myserver
2. run.myserver.conf:
| JAVA_OPTS="$JAVA_OPTS -server -Xms2000m -Xmx2000m ...."
|
3. run.sh
| # --- Read an optional running configuration file
| if [ "x$2" = "x" ]; then
| RUN_CONF="$DIRNAME/run.conf"
| else
| RUN_CONF="$DIRNAME/run.$2.conf"
| fi
| if [ -r $RUN_CONF ]; then
| . $RUN_CONF
| fi
| echo "using configuration file: $RUN_CONF"
|
lg Wolfgang
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999100#3999100
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999100
More information about the jboss-user
mailing list