Overview
This article provides information on how to access or re-enable the Jive setup page, for example, for performing changes to the database details.
Information
The information presented in this article applies to the on-premise and (legacy non-AWS) hosted Jive instances.
Process
To re-enable the Jive setup page:
- Navigate to
~jive/applications/{instanceName}/home
. - Open the jivestartup.xml file in an (XML) editor.
- Change the setup property (in the XML) to have the value
false
, as shown in the example below:
<jive>
...
<setup>false</setup>
...
</jive> - Restart the application.
Confirmation
Load the Jive URL in the browser to see the Jive setup page.
Comments
0 comments
Article is closed for comments.