Change the DI Server URL
Overview
Explains how to change the DI Server URL.
You can change the DI Server hostname from localhost to a specific IP address, hostname, or domain name by following these instructions. This procedure is also a requirement if you are changing the DI Server port number.
- Stop the DI Server through your preferred means.
- Open the /pentaho/server/data-integration-server/tomcat/webapps/pentaho-di/WEB-INF/web.xml file with a text editor.
- Modify the value of the fully-qualified-server-url element appropriately.
<context-param> <param-name>fully-qualified-server-url</param-name> <param-value>http://localhost:9080/pentaho-di/</param-value> </context-param>
- Save and close the file.
- Start the DI Server.
The DI Server is now configured to reference itself at the specified URL.