I’m running tomcat application with Knime in AWS serverr.
Trying to access Knime application with ip address ( http://Ip-address:8080) I want to convert to ip address into Web url domain name (http://Web-domainname.com/8080).
With the release of the new webportal, deploying KNIME Server to the ROOT context is no longer supported. There are many ways to accomplish this auto-redirect, however. I’ve listed two that havebeen tested on 4.12 KNIME Server on both HTTP and HTTPS.
The workarounds below seem to work:
Replace the index.jsp with the following contents, replacing ‘localhost’ with the server name/dns name:
We have tried both options, and prefer the first. The second will land on the old page, then redirect, so you see the Tomcat page, and that could be confusing (or annoying).