We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example launch script for a Windows site that required proxy configuration, custom port etc.
set JAVA_OPTS=-Dhttp.proxyHost=XYZ -Dhttp.proxyPort=8080 -Dhttps.proxyHost=XYZ -Dhttps.proxyPort=8080 -Dhttp.proxyUser=XYZ -Dhttp.proxyPassword=*** -Dhttps.proxyUser=XYZ -Dhttps.proxyPassword=*** -Dhttp.nonProxyHosts=XYZ -Dhttps.nonProxyHosts=XYZ -Dhttp.port=9123 -Dconfig.file=C:\trt\application.conf set _JAVA_OPTIONS="-Xmx2000M" set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_45 C:\trt-0.8.1-SNAPSHOT\bin\trt.bat
There was an error while loading. Please reload this page.