How to Change the Default Ports
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.
Related Articles
Change the Location of the Hive Launcher
Question The Hive Launcher is on the right-hand side of the header beside the avatar. Is there any way to move it to the left-hand side? Answer As of the Digital Hive 2.1 release, the location of the Hive Launcher icon can be customized. New Hives ...
Assigning Different Default Thumbnails for Folders and Content
Question There are quite a few folders that are displayed to users when they are browsing or searching for content. A default thumbnail has been specified, but that makes folders look like content and confuses users. Is there a way to configure ...
Assigning a Default Thumbnail to a Content Lane
Question Not all of my content has an automatically generated thumbnail but I would like to have a thumbnail appear as a default in a Content Lane. Is it possible to configure a Content Lane so that a default thumbnail is visible for content that ...
Installing the Digital Hive Software
Question How do you install Digital Hive? Answer Digital Hive can be installed in Windows or Linux environments. Installing Digital Hive on Windows Prerequisites for installing Digital Hive on Windows Microsoft® Visual C++ 2013 runtime library ...
Digital Hive Load Balancing
Question Due to the number of users and the critical nature of the BI reports, it is desirable to introduce more capacity into the Digital Hive environment. Can Digital Hive be installed across multiple servers? Answer Digital Hive can be installed ...