Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

try to use WorkItemAPIs For OSLCCM20 but can not find :/jazz, how to fix it?

 Hi All,
      My RTC version is 6.0.2 M2.
       I tried to access https://<server>:<port>/jazz/rootservices,  but I got response as "Context Root Not Found"
 
      Then I tried https://<server>:<port>/jts/rootservices and https://<server>:<port>/ccm/rootservices, both can trigger downloading a file.
       
       And I opened the files downloaded, I search for " ServiceProviderCatalog  " as mentioned as the following instruction for WorkItemAPIs For OSLCCM20 , but I did not find it. 

       And I have checked https://<server>:<port>/jts/admin, under Application Administration, I did not find any item related to /jazz there.

       So I am wondering whether I need to install something or enable something to make /jazz folder accessible?
       Thanks!

how to use Work item service provider  
https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20
  1.  The root document is exposed at  https://<server>:<port>/<app>/rootservices . In a typical RTC testbed, this is  https://localhost:9443/jazz/rootservices
  2. Fetch this document and extract the Change Management Catalog URL (pointed to by  rdf:about ) of the element  oslc:ServiceProviderCatalog  in
    <jd:oslcCatalogs>
          <oslc:ServiceProviderCatalog rdf:about="https://localhost:9443/jazz/oslc/workitems/catalog">
             <oslc:domain rdf:resource="http://open-services.net/ns/cm#"/>
           </oslc:ServiceProviderCatalog>
      </jd:oslcCatalogs>
    			
 
Best Regards,
Jane 

0 votes



One answer

Permanent link
Jane,
I believe the default context root changed from /jazz to /ccm in 3.x.
For users using 2.x or newer versions that were upgrades from 2.x, the context root will be/jazz.
For new installations of 3.x or higher, the default should be /ccm

For reference on finding the ServiceProviderCatalog, have a look at jazz.net
(note that jazz.net still has the /jazz context root):
https://jazz.net/jazz/rootservices

In the rootservices, you should see a section:
<jd:oslcCatalogs>
  <oslc:ServiceProviderCatalog rdf:about="https://jazz.net/jazz/oslc/workitems/catalog">
    <oslc:domain rdf:resource="http://open-services.net/ns/cm#"/>
  </oslc:ServiceProviderCatalog>
</jd:oslcCatalogs>

I believe this is the section you're looking for on your server.

Shawn

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,948

Question asked: Mar 08 '16, 5:38 a.m.

Question was seen: 2,349 times

Last updated: Mar 08 '16, 9:06 a.m.

Confirmation Cancel Confirm