Is there any way to monitor/control client program (via REST API) access to RTC server?
2 answers
You see all REST calls in httpserver access.log file.
For this reason I do logfile management in this way in httpd.conf:
CustomLog "|bin/rotatelogs.exe C:/logs/HTTPServer/access_%Y_%m_%d_%H_%M_%S.log 86400" common
Hi Clement,
You can also see in active services in admin panel (https://clm.admin.ws/ccm/admin#action=com.ibm.team.repository.admin.activeServices) what is exactly going on the server. It might be helpful too.
Best regards,
Krzysztof Kazmierczyk
You can also see in active services in admin panel (https://clm.admin.ws/ccm/admin#action=com.ibm.team.repository.admin.activeServices) what is exactly going on the server. It might be helpful too.
Best regards,
Krzysztof Kazmierczyk