Note: Support removed for IBM WebSphere Application Server (Traditional WAS) starting with ELM version 7.0.3. Use WebSphere Liberty, either embedded and installed with ELM applications, or separately installed
clm_deploy.py
.
WASInstallDir/AppServer/profiles/profile_name/bin
. If you have more than one profile under the profiles directory, select the profile that you want to be used for the CLM installation.
C:/JazzTeamServer/server/was/clm_deploy.py
(notice the forward slash on Windows platform), nodeName with the WebSphere Application Server node name, serverName with the WebSphere Application Server server name, and JazzInstallDir/server/tomcat/webapps
with the path to the CLM application war files. To avoid problems, do not use spaces in the path. You can use double quotation marks for paths with spaces.
JazzInstallDir/server/webapps
directory. If during installation you selected Install Tomcat 7 with JTS web application, the web application files (.war) are copied into the JazzInstallDir/server/tomcat/webapps
directory.
./wsadmin.sh -language jython -user WAS_username -password WAS_password -f path to the script/clm_deploy.py nodeName serverName JazzInstallDir/server/tomcat/webapps/Windows
wsadmin.bat -language jython -user WAS_username -password WAS_password -f path to the script/clm_deploy.py nodeName serverName JazzInstallDir/server/tomcat/webapps/After deploying the applications, log in to the WebSphere Integration Solutions Console to start the applications.