Customizing RTC Value set
Hi ,
I am customizing RTC value set.For that I did change the server configuration file and crated the xml file alo as per my requirement.
Can you please let me now where I need to deploy the XML file so that I can provide the XML datasource URL in RTC eclipse client while customizing the value set.
Thanks in Advance ,
Swapna Das
4 answers
Hello,
are we talking about HTTP Value Set provider?
If so, please refer to the Infocenter documentation
https://jazz.net/help-dev/clm/topic/com.ibm.team.workitem.doc/topics/t_configuring_http_filtered_value_set.html
Please also check here https://jazz.net/library/article/1257
and ensure script is enabled on your server
Basically, the XML source must be deployed to an HTTP server and accessible from the network.
Hope it helps.
Eric.
Comments
Hi,
you can not publish using a jazz server, you could use Apache as described in https://jazz.net/library/article/797 and in https://jazz.net/library/article/1093 Lab 4 - HTTP Filtered Value Provider. You can specify which folder to publish. By default it is htdocs in the Apache folder.
you can not publish using a jazz server, you could use Apache as described in https://jazz.net/library/article/797 and in https://jazz.net/library/article/1093 Lab 4 - HTTP Filtered Value Provider. You can specify which folder to publish. By default it is htdocs in the Apache folder.
Comments
Please see http://rsjazz.wordpress.com/2013/07/23/publish-xml-data-using-tomcat-hotfix-for-the-process-enactment-workshop/ for an example how to publish XML files on Tomcat.