- 註冊時間
- 2006-3-13
- 最後登錄
- 2025-1-10
- 在線時間
- 673 小時
- 閱讀權限
- 200
- 積分
- 417
- 帖子
- 1107
- 精華
- 0
- UID
- 2
  
|
若要知道 run.bat /run.sh 還有哪些參數可以用可以用 -h 來查看- C:\jboss-4.2.3.GA\bin>run.bat -h
- ===============================================================================
- JBoss Bootstrap Environment
- JBOSS_HOME: C:\jboss-4.2.3.GA
- JAVA: C:\Program Files\Java\jdk1.6.0_29\bin\java
- JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.ser
- ver.gcInterval=3600000
- CLASSPATH: C:\Program Files\Java\jdk1.6.0_29\lib\tools.jar;C:\jboss-4.2.3.GA\bin\run.
- jar
- ===============================================================================
- usage: run.bat [options]
- options:
- -h, --help Show this help message
- -V, --version Show version information
- -- Stop processing options
- -D<name>[=<value>] Set a system property
- -d, --bootdir=<dir> Set the boot patch directory; Must be absolute or url
- -p, --patchdir=<dir> Set the patch directory; Must be absolute or url
- -n, --netboot=<url> Boot from net with the given url as base
- -c, --configuration=<name> Set the server configuration name
- -B, --bootlib=<filename> Add an extra library to the front bootclasspath
- -L, --library=<filename> Add an extra library to the loaders classpath
- -C, --classpath=<url> Add an extra url to the loaders classpath
- -P, --properties=<url> Load system properties from the given url
- -b, --host=<host or ip> Bind address for all JBoss services
- -g, --partition=<name> HA Partition name (default=DefaultDomain)
- -u, --udp=<ip> UDP multicast address
- -l, --log=<log4j|jdk> Specify the logger plugin type
- 請按任意鍵繼續 . . .
- C:\jboss-4.2.3.GA\bin>
複製代碼 |
|