![]()
SapphireIMS provides JBoss server in-built to provide access to the web interface. This server by default runs on port 80. If you need to change the port (say 8080) then follow the steps mentioned below.
1. Stop the JBoss server if it is running
2. Locate the file 'Standalone.xml' in
<Installed Path>\SapphireIMS\WebManagement\standalone\configuration\standalone.xml
3. Find the line <socket-binding name="http" port="80"/>
4. Change the port to 8080, the entry would now be <socket-binding name="http" port="80"/>
5. Restart SapphireIMS service
6. Check by connecting http://<IPAddress> to see if the above change has taken effect