Web Client Tomcat Configuration¶
Web Client Configuration¶
- HTTPService.URL
Tomcat¶
-Darflow.libdir=C:\AristaFlow-Chronos\WebServer\lib -Darflow.confdir=C:\AristaFlow-Chronos\WebServer\conf -Darflow.datadir=C:\AristaFlow-Chronos\WebServer\data -Darflow.logdir=C:\AristaFlow-Chronos\WebServer\logs
IIS¶
- Install "Application Request Routing" module using the Web Platform Installer
- Go to "URL Rewrite" and click "Add Rules..."
- Select "Reverse Proxy"
- Inbound Rules: Enter hostname and port of tomcat (e.g. localhost:8080 if listening to port 8080 on the same host), enable SSL offloading
- Uncheck "Outbound Rules"
- Give the rule a nice name, e.g. "AristaFlow RAP Client"
- Edit the rule and
- set the pattern to
aristaflow-rapclient/(.*)
- change in the Rewrite URL from {R:1} to {R:0}