Deploying and starting the Jazz™ Team
Server begins with the selection of the application server, which
hosts the Jazz Team Server and
its applications. Before you can deploy Rational® Engineering Lifecycle Manager applications
war files, you must set up your WebSphere® Application
Server.
About this task
This document does not provide details for
configuring WebSphere authentication
or SSL, which is a complex topic. Detailed information about the various
authentication and encryption options is covered in the WebSphere Application Server Information
Center. For more information, go to the
WebSphere Information
Center and use this phrase in search:
Securing applications
and their environment.
What to do next
Once you have configured the server, you need to deploy
the application files to it.
- From the WebSphere Application
Server administrative console, select Applications > Install
New Application (or Applications > New Application > New Enterprise
Application).
- Under Path to new Application, select Local
file system.
- Under Full path, enter [relm_install_dir]/server/webapps/relm.war
- Set the context root to /relm
- Click Next, then continue with the remaining Install
New Application steps as prompted by that editor. Click Finish.
- Install the Configuration Management application, vvc.war,
using the same steps as above, substituting [relm_install_dir]/server/webapps/vvc.war for
the path, and /vvc as the context root.
- Install the SPARQL Gateway component application, SPARQL_Gateway.war,
using the same steps as above, substituting [relm_install_dir]/server/webapps/SPARQL_Gateway.war for
the path, and /SPARQL_Gateway as the context
root.
- If you would like to serve the documentation from your server
rather than viewing it online, you can also deploy the relmhelp.war application.
- Select Save directly to the master configuration.
- The SPARQL Gateway requires a change to the default class loading
order.
- Select Applications > Applications Types > WebSphere
enterprise applications, choose SPARQL_Gateway_war from
the application list.
- Click Class loading and update detection.
- In the Class loader order section, select Classes
loaded with local class loader first (parent last)
- Click OK and Save to master
configuration.
- Select Manage Modules. Select the SPARQL_Gateway module.
- Locate the Class loader order field and
select Classes loaded with local class loader first (parent
last).
- Click OK and Save to master
configuration.
- On the Enterprise Applications page, select
the applications that you have just deployed to WebSphere Application Server and select Start.
Note: This document does not provide details for configuring WebSphere authentication or
SSL, which is a complex topic. Detailed information about the various
authentication and encryption options is covered in the WebSphere Application Server Information
Center. For more information, go to the
WebSphere Information
Center and use this phrase in search:
Securing applications
and their environment.