Is admin.war required with RQM or just JTS
![]()
Srikanth Bhushan (169●4●27●34)
| asked Jun 14 '13, 5:34 a.m.
retagged Jun 14 '13, 9:04 a.m. by Max Bridges (241●2●6)
We have distributed environment with JTS and RQM deployed on different AIX boxes using WAS.
My questions are 1. What is the significance of admin.war file? 2. Is it required to be deployed with both RQM and JTS or only JTS? 3. What is the impact if admin.war file is not deployed along with RQM? |
Accepted answer
![]()
Hi Srikanth :)
1 . admin.war file is specifically for Lifecycle Project Administration (LPA) 2. You should deploy it on the JTS Server Quote from Help" Lifecycle Project Administration application, must be on the same server as the Jazz Team Server application" http://pic.dhe.ibm.com/infocenter/rssehelp/v1r0m0/topic/com.ibm.rational.sse.install.doc/topics/t_s_server_installation_setup_wizard.html 3. Based on answer 2 , you don't need to install it on the RQM server. admin.war is not installed if JTS itself is not installed Jared Burns selected this answer as the correct answer
|