How to enable ResourceOrientedWorkItemAPIv2 on RTC server
Friends,
I am having a problem wherein i am not able to extract Workitem related information through ResourceOrientedWorkItemAPIv2 as explained by http://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
When i tried following script, I am getting below content
Contents of wi.sh:
---------------------
URL="https://localhost:9443/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/821"
curl -k -b $COOKIES -o "wi-821.json" -H "Accept: application/x-oslc-cm-changerequest+json" $URL
Response:
------------
<H1>SRVE0255E: A WebGroup/Virtual Host to handle /oslc/workitems/5339.json has not been defined.</H1><BR><H3>SRVE0255E: A WebGroup/Virtual Host to handle rtcoptimapp1.princeton.usnj.ibm.com:9443 has not been defined.</H3><BR><I>IBM WebSphere Application Server</I>
I think i am missing some configuration on my server, Can you please point me to the information to enable the same.
Thanks & Regards,
Aruljothi.S
I am having a problem wherein i am not able to extract Workitem related information through ResourceOrientedWorkItemAPIv2 as explained by http://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
When i tried following script, I am getting below content
Contents of wi.sh:
---------------------
URL="https://localhost:9443/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/821"
curl -k -b $COOKIES -o "wi-821.json" -H "Accept: application/x-oslc-cm-changerequest+json" $URL
Response:
------------
<H1>SRVE0255E: A WebGroup/Virtual Host to handle /oslc/workitems/5339.json has not been defined.</H1><BR><H3>SRVE0255E: A WebGroup/Virtual Host to handle rtcoptimapp1.princeton.usnj.ibm.com:9443 has not been defined.</H3><BR><I>IBM WebSphere Application Server</I>
I think i am missing some configuration on my server, Can you please point me to the information to enable the same.
Thanks & Regards,
Aruljothi.S
One answer
Hello Aruljothi
Am having the same issue. Did you find out what was the issue and how to fix it? Any help will be appreciated.
Thanks
Kartik..