It's all about the answers!

Ask a question

How to enable Debug service in RRC 4.0.x?


Andrew Clement (7272473) | asked Feb 22 '16, 11:01 p.m.
I am using RRC 4.0.5.
When I accessed debug service (rm/rmadmin > Debug > Debug service), I got the following error

Error 403: Forbidden
You must enable the 'com.ibm.rdm.fronting.server.debug.enabled' property to access this service.

How do I enable it?

Accepted answer


permanent link
Howard Hsiao (5.5k17) | answered Feb 22 '16, 11:06 p.m.
JAZZ DEVELOPER
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.
Andrew Clement selected this answer as the correct answer

One other answer



permanent link
Diana Kraaijeveld (57727) | answered Feb 23 '16, 4:28 a.m.
JAZZ DEVELOPER
Another way to do this is:
- In https://<server:port>/rm/rmadmin,  open 'Advanced Properties' and search for 'debug'
- Set com.ibm.rdm.fronting.server.debug.enabled to 'true'
Now you can access the 'Debug Service' in the rm/rmadmin page.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.