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/20 01:23] admin [config.properties] |
— (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 Configuration ==== | ||
| - | // | ||
| - | * application.properties (part of SpringBoot) | ||
| - | * config.properties | ||
| - | |||
| - | |||
| - | ===== application.properties ===== | ||
| - | * // | ||
| - | |||
| - | |||
| - | ===== config.properties ===== | ||
| - | * // | ||
| - | * // | ||
| - | * // | ||
| - | * // | ||
| - | * // | ||
| - | |||
| - | |||