How to configure oms-config.xml to accept server side Catalog.xml
I am looking to set up our oms-config.xml to look at server side Catalog.xml files. In the documentation it states for the oms parameter name "oracle.communications.ordermanagement.util.net.CatalogUriResolver.DefaultXmlCatalogsUris" my value would be a "List of URIs specifying the XML Catalogs that are used system-wide. On all OS platforms, entries are separated by a semicolon (;)."
If I understand correctly, my format for the value field would be as such:
//[server:port]/path/Catalog1.xml;//[server:port]/path/Catalog2.xml;//[server:port]/path/Catalog3.xml
I would like to forego the "//[server:port]" portion of the URI and only state the "/path/Catalog1.xml" and it would assume to look on the server the oms-config.xml file is located. Is that allowed?