Question
Is there a way to change the default ports (9080 and 9443) that Digital Hive uses?
Answer
The following steps outline how to change the default ports on a Windows server. It is strongly recommended that https be used and not http, and by default, Digital Hive will redirect to https.
- From within the Services panel, stop the DigitalHive-node1 service
- Using the Windows File Explorer, navigate to <install directory>\DigitalHive\app\node1\tomcat\conf
- Edit the theia.properties file
- Locate the following lines

- Change the values from 9080 to 80 and 9443 to 443 (or whatever values are desired)
- Save the theia.properties file
- Edit the server.xml file
- Locate the following section

- Change the values from 9080 to 80 and 9443 to 443 (or whatever values were used in step 5)
- Locate the following entry

- Change the 9443 value to 443 (or whatever value was used in step 5)
- Save the server.xml file
- From within the Services panel, start the DigitalHive-node1 service
Digital Hive will now be accessible through the new port numbers.