Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
overview:configuration [2020/05/26 14:58] admin [Server Configuration] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Server Configuration ===== | ||
- | // | ||
- | * // | ||
- | * [[# | ||
- | You may perform customization by adjusting the settings in the above properties file. | ||
- | |||
- | Below is a list of typical customization: | ||
- | * [[#Change Server Port]] | ||
- | * [[#Internet Proxy Server Setup]] | ||
- | * [[#Auto Start TestOptimal Server]] | ||
- | * [[#Enable HTTPS]] | ||
- | |||
- | ---- | ||
- | ==== Change Server Port ==== | ||
- | By default, // | ||
- | |||
- | | ||
- | |||
- | ---- | ||
- | |||
- | ==== Internet Proxy Server Setup ==== | ||
- | Some companies restrict internet connection from individual computers inside company' | ||
- | |||
- | |||
- | To define proxy server, add / modify the following config settings: | ||
- | |||
- | ProxyHost=myhost | ||
- | ProxyPort=1234 | ||
- | ProxyUserID=abc | ||
- | ProxyPassword=xxx | ||
- | |||
- | // | ||
- | |||
- | Another way to define proxy server is to set the java startup argument " | ||
- | |||
- | java -Dhttp.proxyHost=myproxyserver.com -Dhttp.proxyPort=80 ... | ||
- | |||
- | ---- | ||
- | |||
- | |||
- | |||
- | ==== Auto Start TestOptimal Server ==== | ||
- | You may set up a scheduled job to auto start // | ||
- | * Windows: scheduled task as [[http:// | ||
- | * Mac / Linux: create a cron job | ||
- | |||
- | ---- | ||
- | ==== Enable HTTPS ==== | ||
- | You may enable HTTPS using the self-signed certificate bundled in the download package by editing // | ||
- | |||
- | ### support HTTPS: to enable HTTPS, uncomment out following settings and set server.ssl.enabled=true | ||
- | | ||
- | # | ||
- | # | ||
- | # | ||
- | # | ||
- | # | ||
- | |||
- | If you wish to use your own certificate, | ||
- | |||
- | All // | ||
- |