Deploying on WebSphere Application Server

Use these instructions to deploy the adapter web application on WebSphere® Application Server from the console.

Before you begin

WebSphere Application Server is started, see Starting an application server.

About this task

You use the Administration console to start the Git adapter web application.
Note: For LinuxIf WebSphere Application Server is installed in a non-root environment, the user who deploys the adapter application must have read and write access to the installation directory and all subdirectories.

Procedure

  1. Open the Admin console.
  2. Click Applications > Application Types > WebSphere enterprise applications.
  3. Select the check box next to gitAdapter_war; click Start. A green arrow indicates that the application started.
  4. Point your browser to https://fully qualified hostname:port/gitAdapter. Log in to the adapter server by using an account that has administrator privileges.
    Tip: You can find the port number that is used for your application server from the administrative console. Click Servers > Server Types > WebSphere Application Servers > server_ name > Ports. Look for the value for the port name WC_defaulthost if you are using an HTTP Transport Port or the value for the port name WC_defaulthost_secure if you are using an HTTPS Transport Secure Port.

Results

The adapter web application is started on WebSphere Application Server.

What to do next

Register the adapter to work with the Jazz™ Team Server, see Registering the Git adapter with the Jazz Team Server.

Feedback