Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeRDark
webclient.logo = "/path/to/image.png"


(Optional) Client side proxy options

Client side proxy settings can now be configure using the -D option on tomcat startup(https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/doc-files/net-properties.html#Proxies). 

Code Block
languagexml
themeRDark
-Dhttps.proxyHost=<proxy host> -Dhttps.proxyPort=<proxy port>