How to enable Debug service in RRC 4.0.x?
Accepted answer
You can enable debug service with the following steps:
1. open <JazzTeamServerHome>\server\conf\rm\fronting.properties in an text editor
2. add the following line
com.ibm.rdm.fronting.server.debug.enabled=true
(if this line is already present, change its value from false to true)
After saving the file fronting.properties, you can access Debug service without restarting RM server.