Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
testoptimal_server_startup_arguments [2020/03/19 16:46] admin [JVM Arguments] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== TestOptimal Server Customization===== | ||
| - | You may customize JVM and // | ||
| - | |||
| - | ====JVM Arguments==== | ||
| - | JVM arguments can be added to //java// command in startTestOptimalServer.bat (startTestOptimalServer.sh for Mac). The additional arguments must be specified right after //java// command and before the java class name. Below are a few examples, for more details about the use of JVM argument, enter //java -help// on your os. | ||
| - | |||
| - | * // | ||
| - | * // | ||
| - | |||
| - | ---- | ||
| - | ==== Server Arguments==== | ||
| - | * //-port NNNN//: to change TestOptimal server listening port number, e.g. -port 8880 to change server port number to 8880 which changes the url to your ide to: http:// | ||
| - | - //-dbPort NNNN//: to change TestOptimal db server listening port number. By default, db server port number is set to 1 plus server port number. | ||
| - | * //-dbBase directory//: | ||
| - | * //-logLevel level//: to set the system log level, e.g. -logLevel INFO. | ||
| - | * SEVERE (highest value) | ||
| - | * WARNING | ||
| - | * INFO | ||
| - | * CONFIG | ||
| - | * FINE | ||
| - | * FINER | ||
| - | * FINEST (lowest value) | ||
| - | * // | ||
| - | * // | ||