Changing root context on existing installation

You can use these instructions if you've already installed Jive, and you need to change the context to something other than root.

To change the root context on an existing installation:

  1. Add the non-root context to the startup property by using the following command, where engage is an example of adding new context. Setting this property makes the Jive web application available at http://yourcommunity.com/engage instead of http://yourcommunity.com.
    jive set webapp.context engage
  2. Change the jiveURL system property to reflect the new context for the web application at Admin Console: System > Management > System Properties.
    For more information on the jiveURL, see Changing community URL.
  3. Restart the Web Application node by using the following command.
    jive restart webapp
  4. Restart the Jive Apache service by using the following command.
    jive restart httpd