Using a Proxy

A proxy can currently not be set within the application but you can define proxy settings outside of the application, there are 2 possibilities to set it.

The paramters proxy.server.com and 8080 have to be adjusted to you proxy settings.

 

Command Line

Add the following arguments to the commandline:

-vmargs -Dhttp.proxyHost=proxy.server.com -Dhttp.proxyPort=8080  

 

mytourbook.ini

Add the following 2 lines into the file mytourbook.ini which is located in the same directory as the application executable

-Dhttp.proxyHost=proxy.server.com
-Dhttp.proxyPort=
8080

 

 
 Attention!!!

 This file will be overwritten when a new version is installed.