Developers Getting Started With i2b2
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

Step 6: Configure FR Cell properties

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


1. In the ontology.properties file scroll to the section called File Repository Cell.
2. Edit the edu.harvard.i2b2.ontology.ws.fr.url property to reflect the location of the File Repository cell in your environment.


Important

When you edit the edu.harvard.i2b2.ontology.ws.fr.url property it is extremely important that you only edit the hostname (localhost) and the port (9090). The remainder of the URL is required and should not be changed.


File Management Cell
edu.harvard.i2b2.ontology.ws.fr.url=http://localhost:9090/i2b2/services/FRService
edu.harvard.i2b2.ontology.ws.fr.tempspace=/tmp
edu.harvard.i2b2.ontology.ws.fr.timeout=10000
edu.harvard.i2b2.ontology.ws.fr.filethreshold=4000
edu.harvard.i2b2.ontology.ws.fr.attachmentname=cid
edu.harvard.i2b2.ontology.ws.fr.operation=urn:recvfileRequest




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