Step 9: CRC properties: Configure ONT cell properties

In order for the CRC to communication with the Ontology cell the following properties need to be modified to reflect you environment.


1. In the crc.properties file scroll to the section called Ontology Cell.

2. Edit the queryprocessor.ws.ontology.url and edu.harvard.i2b2.crc.delegate.ontology.url properties to reflect the location of the Ontology cell in your environment.


When you edit the queryprocessor.ws.ontology.url and edu.harvard.i2b2.crc.delegate.ontology.url properties with the location of your Ontology Cell it is extremely important that you only edit the hostname (localhost) and the port (9090). The remainder of the URL is required as it is written and should not be changed.


queryprocessor.ws.ontology.url=http://localhost:9090/i2b2/services/OntologyService/getTermInfo

edu.harvard.i2b2.crc.delegate.ontology.url=http://localhost:9090/i2b2/services/OntologyService

edu.harvard.i2b2.crc.delegate.ontology.operation.getterminfo=/getTermInfo

edu.harvard.i2b2.crc.delegate.ontology.operation.getchildren=/getChildren

edu.harvard.i2b2.crc.delegate.ontology.operation.getmodifierinfo=/getModifierInfo




3. Save your changes but do not close the file. You will be continuing to edit the file in the next few sections.