Starting Setup wizard manually
The Setup wizard runs the first time you access the application after installing it. Alternatively, you can run it manually if, for example, you need to use the tool to configure LDAP.
If you've already completed the setup process and need to use the tool again to configure LDAP, do the following:
To run the Setup wizard:
- Stop the web application and httpd services by running
jive stop webapp
followed byjive stop httpd
. - In the
/usr/local/jive/applications/sbs/home/jive_startup.xml
file, set the<setup>
element tofalse
.This resets the status to "setup has not been run".
- Start the web application and httpd services by running
jive stop webapp
followed byjive stop httpd
. - Open the Admin Console in your browser by typing in the URL.
By default, using the built-in application server, this URL is:
http://<webapp_hostname>:8080/admin
.
The Setup wizard runs automatically.