Setting up WebSphere Application Server

Before you can set up Jazz™ Team Server, you must create a WebSphere® Application Server runtime environment. This runtime environment is defined by a profile that you can modify, and it includes all of the files that the server processes in the runtime environment. (These are files that you can change.) During WebSphere Application Server installation, a default profile named default is created. The default profile is a standalone application server profile that contains a single application server called server1. You can use this default profile for Jazz Team Server; or to create a new standalone application server, you can create a new profile using the manageprofiles command.

Consult either Frequently asked questions about installing on IBM i, the WebSphere Application Server 6.1 Information Center at http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp, or the WebSphere Application Server 7.0 Information Center at http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp. There you can find information about creating and managing WebSphere Application Server profiles, WebSphere Application Server administration, and WebSphere Application Server security. You can also refer to the manageProfiles command, found in the bin directory of your WebSphere Application Server installation. For example: Command ./manageprofiles -create -profileName WAS4RTCI in directory/QIBM/ProdData/WebSphere/AppServer/V61/Base/bin for WebSphere Application Server 6.1, or /QIBM/ProdData/WebSphere/AppServer/V7/Base/bin for WebSphere Application Server 7.0.

The steps that follow in this guide are intended to provide you only with basic WebSphere Application Server configuration guidance, and not complete instructions for WebSphere Application Server administration. For the following topics, refer to the WebSphere Application Server that you are using for Jazz Team Server. This server might be the default server, or it might be a new server that you created solely for Jazz Team Server. In this document, this server is referred to as <yourWASInstanceName>.

After you have determined whether you will use the default WebSphere Application Server or a new server, deploy Jazz Team Server to your WebSphere Application Server.

The instructions for setting up your WebSphere Application Server with Jazz Team Server are divided into four parts:
Before you continue, run the following command from any directory within QShell to give read and write access from Jazz Team Server to the /tmp directory:

Feedback