Standard setup with external HTTPS access:
Make sure that you have the following configurations:
- ws, ws-api and ws-legacy are installed on the same host and Tomcat (shared JVM)
- Tomcat HTTP connector port is 8080
- WorldServer URL (11.x /ws) is http://www.worldserver_int:8080/ws
Check the
ws.api.url,
navigation.panel.url and
ws.legacy.url which should have empty values:
- Ws.api.url = <empty or missing>
- navigation.panel.url = <empty or missing>
- ws.legacy.url = <empty or missing>
The resulting setup should look something like below:
Please also refer to the
relevant section of the SDL Documentation Center.