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
Comments
Hi Eric,
Thanks a lot for your quick response.I went through the links based on that only I did configure the server.My question is where do I need to deploy my XML file in any server or in JAZZ server ?So that I can mention the XML Data Source URL in the eclipse client.Please help me.
Thanks In Advance,
Swapna
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
right Ralph - you were faster than me :)
Eric, I tried Tomcat as HTTP server and found no way. Maybe it works, but all indicators lead me to having to deploy a WAR file.
I am not sure WAS supports this, but again it is a Web server, so I don't think so.
IBM HTTP Server (Apache based) or Apache were the easiest ways I found. As documented in the Process Enactment workshop Lab 4, using the File:///.....syntax does not work with the HTTP Filtered Value Set. It needs a HTTP connection and a URL, so you have to publish the file.
Comments
It now contains a WAR File that you can use with the Process Enactment Workshop.
How embarrassing, but as Freddy points out on his reply to my comment on http://sudhakarf.wordpress.com/2013/07/19/http-filtered-value-set-providers-and-dependent-enumerations/ there is an even easier way to publish that data on Tomcat. I have described it here: http://rsjazz.wordpress.com/2013/07/29/publish-and-host-xml-data-using-tomcat-the-easy-way/