Part 4: Verifying the installation

Complete the following steps to ensure the application is installed and set up properly:
  1. The WebSphere® Application Server logs provide informational and error messages related to the Jazz™ Team Server. You must verify that the correct JVM is being used by this application server instance. For example, navigate to /QIBM/UserData/WebSphere/AppServer/V61/Base/profiles/<yourWASInstanceName>/logs/<yourWASInstanceName> and check the SystemOut.log.
  2. Verify that J9 VM is initiated by ensuring the first few lines of the log include text that refers to the IBM® J9 VM. Your log should be similar to the following:
    ************ Start Display Current Environment ************
    WebSphere Platform 6.1 [BASE 6.1.0.23 cf230910.10]  running with process name ........
    Detailed IFix information: No IFixes applied to this build
    Host Operating System is OS/400, version V6R1M0
    Java version = 1.5.0, Java Compiler = j9jit23, Java VM name = IBM J9 VM
    was.install.root = /QIBM/ProdData/WebSphere/AppServer/V61/Base
    . . . . . . . . . . . . .
    Note: If you discover that you are not using the IBM J9 VM, you must use the enableJVM command with the std32 option to enable it. For example, in QSH, change the directory to /QIBM/ProdData/WebSphere/AppServer/V61/Base/bin and run the command enableJVM -jvm std32 -profile MYPROFILE.
  3. Access the Jazz Team Server administrative web interface using the secure port associated with the application server virtual host to which you installed the jazz_war application. In a default application server, this is port 9443. Use this port to access the Jazz Team Server administrative web interface to verify the server status using a Web browser, for example, https://<yourServerHostName>:<yourJazzServerPortNumber>/jazz/admin. Log in with a user ID that has JazzAdmins permission and verify that the Server Status summary does not display any error messages.
Note: If you are unsure of the secure port used for your WebSphere Application Server profile, you can determine the port from the IBM i HTTP Server Administration, which you can access at http://<yourServerHostName>:2001/HTTPAdmin. Click Manage > Application Servers, and select your WebSphere Application Server profile. Click Server Ports in the left menu. The Secure HTTP port is where the Jazz server is available. Use this port as the secure port to access the Jazz Team Server.
Alternately, in a typical WebSphere Application Server configuration, you can determine the secure port for the Jazz Team Server as follows:
  1. Log in to the WebSphere Administration Console in the same way that you did to install the Jazz Team Server web archive file. For example: http://<yourServerHostName>:<yourWASAdminPortNumber>/ibm/console.
  2. Click Servers > Application Servers, then MYPROFILE.
  3. Select the Configuration tab. Under Comunications, expand the Ports section. The port name WC_defaulthost_secure is typically the port used for secure Jazz Team Server access.

Feedback