Change Web Server Port on Windows
Follow the steps given below to change the web server port where the AssetExplorer server is running:
- Go to <AssetExplorer>\bin directory.
- Execute the file changeWebServerPort.bat at command prompt as shown below:
C:\[AssetExplorer Home]\bin>changeWebServerPort.bat <new port number> <http or https>
- The web server port will be reset to the new port number that you have specified.
- HTTPS - To start the AssetExplorer server in HTTPS mode.
- HTTP - To start the AssetExplorerserver in HTTP mode. By default, executing the file as changeWebServerPort.bat <new port number> will start the server in HTTP mode.
- If the port number is occupied, you will be prompted to enter a different port number. If you do not wish to enter a different port number, press N on your keyboard to exit the application. Otherwise, press Y and enter a different port number.
Restart the server for the change to take effect. To connect to the AssetExplorer server after restarting, the new port number must be used.
Change Web Server Port on Linux
Follow the steps given below to change the web server port where the AssetExplorer server will be running:
- Go to <AssetExplorer>/bin directory.
- Execute the file changeWebServerPort.sh at command prompt as shown below,
$ sh changeWebServerPort.sh <new port number> <http or https>
- The web server port will be reset to the new port number that you have specified.
- HTTPS - To start AssetExplorer server in HTTPS mode.
- HTTP - To start AssetExplorer server in HTTP mode. By default, executing the file as changeWebServerPort.bat <new port number> will start the server in HTTP mode.
- If the port number is occupied, you will be prompted to enter a different port number. If you do not wish to enter a different port number, press N on your keyboard to exit the application. Otherwise, press Y and enter a different port number.
Restart the server for the change to take effect. To connect to the AssetExplorer server after restarting, the new port number must be used.