Running the setup wizard

Run the setup wizard to verify that the server is operating properly. The setup wizard also guides you through configuration of the server.
To verify that the Jazz™ Team Server is connecting to the database, look at the server log or console output. The connection and database information is echoed on its first access. This procedure assumes your server is available using the hostname localhost and the default port 9443. If necessary, replace localhost with your server hostname, and also replace the port number.
Complete the following steps to run the setup wizard:
  1. Start the setup wizard to configure your server. Use the URL: https://ipaddress:port/jazz/setup, where ipaddress is the IP address where you started Tomcat, and port is the secure port that you specified when you started Tomcat.
  2. Enter the default user name and password:
    • User name: ADMIN
    • Password: ADMIN
    Note: User name and password are case-sensitive.
  3. Choose one of the two setup paths available on the setup wizard:
    • The Fast Path Setup uses the default configuration. Use this option if you want to get the server running quickly. Using the fast path, you set up the user registry.
    • The Custom Setup guides you through the detailed server configuration. During the custom setup, you set up the following items:
      • Database
      • E-mail notification
      • User registry
When the initial setup is complete, you can configure additional options using the Jazz Team Server Administrative Web user interface using this URL: https://ipaddress:port/jazz/admin, where ipaddress is the IP address where you started Tomcat, and port is the secure port that you specified when you started Tomcat.

Feedback