How can I disable RRC and RQM Applications on Tomcat?
Accepted answer
Hi Andrew
1 - First Unregister the applications from JTS.
- Access https://server:port/jts/admin#action=com.ibm.team.repository.admin.registeredApplications
- Delete the /qm and /rm applications
2 - Then stop the server and move the following files and folders out of the webapps directory
<JTS_Home>\server\tomcat\webapps
Files - qm.war, rm.war and converter.war
Folders - qm, rm and converter
3 - If the related xml files exist under <JTS_Home>\server\tomcat\conf\Catalina\localhost, remove them
delete converter.xml, rm.xml and qm.xml
4- Clear out the work directories
<JTS_Home>\server\tomcat\work
5 - Start the Server
1 - First Unregister the applications from JTS.
- Access https://server:port/jts/admin#action=com.ibm.team.repository.admin.registeredApplications
- Delete the /qm and /rm applications
2 - Then stop the server and move the following files and folders out of the webapps directory
<JTS_Home>\server\tomcat\webapps
Files - qm.war, rm.war and converter.war
Folders - qm, rm and converter
3 - If the related xml files exist under <JTS_Home>\server\tomcat\conf\Catalina\localhost, remove them
delete converter.xml, rm.xml and qm.xml
4- Clear out the work directories
<JTS_Home>\server\tomcat\work
5 - Start the Server