Can a string list reference two separate xml files?
![]()
Good Day,
I have created a http filtered value set by installing my own war file that consists of one xml file that is referenced in a string list.
My question is can I add a 2nd xml file to reference for a different value set to the same war file installed or is it better to install a new separate war file with the 2nd xml.
This way, I can use the same context root in the value set.
Thanks,
Kind Regards,
Michael.
|
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Aug 24 '18, 5:17 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This is not really a concern of RTC. This is basically your implementation decision. You can do this in one war file and it would be easier to maintain. With some web servers it is even possible to not have to maintain a WAR file. You can just maintain and publish the XML. Michael Alberda selected this answer as the correct answer
|