Adding Windchill RV&S OSLC Servers for Viewing External OSLC Links
Users can view the information about the external OSLC links (reverse lookup) associated with the Windchill RV&S OSLC resources (requirements and requirement documents).
The administrator must configure the is.properties file of the Windchill RV&S server to register the configured Windchill RV&S OSLC servers.
In the is.properties file, add the following properties:
Property
Description
mksis.wrvsOslcServerList
Comma-separated list of Windchill RV&S OSLC Servers deployed as node servers for Windchill RV&S server.
This list can also include server aliases.
For example, mksis.wrvsOslcServerList=myOSLCNodeServer1,myOSLCNodeServer2, where myOSLCNodeServer1 and myOSLCNodeServer2 are server aliases.
mksis.oslc.server.<serverAlias>.baseUrl
Base URI of the Windchill RV&S OSLC Server in the following format:
<scheme>://<host name>:<port>/<context>
For example, mksis.oslc.server.myOSLCNodeServer.baseUrl=http://localhost:3001/oslc/r
For multiple servers, specify the corresponding base URI for each Windchill RV&S OSLC Server.
* 
If the Windchill RV&S OSLC Servers are enabled for SSL connections, ensure that the corresponding CA-signed SSL certificates are imported on the machine that hosts the Windchill RV&S OSLC Client.
The administrator must also edit the OslcServers.xml file to add the ExternalOSLCLinkLookupURI property for external OSLC links. For more information on the ExternalOSLCLinkLookupURI property, see Adding a New OSLC Server.