What is the RTC Base URL when use RTC 3.0.1.3 REST API?
I have read this article http://www.ibm.com/developerworks/cn/rational/r-cn-rtc2restapi/index.html, but this article is for RTC 2.0, my environment is RTC 3.0.1.3. In this article, the "RTC Base URL" is like "https://<host>:<port>/jazz", can this article also be used for RTC 3.0.1.3 and how should I config the "RTC Base URL"?
I have set the "RTC Base URL" to "rtc.base.url=https://192.168.245.1:9443/ccm" or "rtc.base.url=https://192.168.245.1:9443/ccm/rootservices" or
"rtc.base.url=https://192.168.245.1:9443/ccm/web",
but all got errors.
Anybody could help, thanks a lot!
Accepted answer
The context root of the public URI of an application can be /jazz if the application was upgraded from 2.x or jts, ccm, qm, rm if the server was installed as 3.x and above. For RTC the values could be jazz or ccm.
So the "Base URL" used in the article should be the public URI of your server. Essentially the URI prefix you use to access the server. The extension /web brings you to the web UI. /rootservices should give you the root services document.
Have you looked at https://jazz.net/library/article/635 ? It is for 3.x
Comments
@Ralph Schoon, Thank You Very Much For Your Reply, your answer is very useful to me! I will read the article https://jazz.net/library/article/635 and study related document first.