Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

File Repository Properties Configuration

The edu.harvard.i2b2.fr.properties file contains a number of properties that need to be modified with the variables that are specific to your environment. The File Repository Cell needs these properties to deploy correctly and to set required parameters.


Step 4: PM Cell Properties

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


indent
Level1

1. At the command prompt type the following:


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
titleLinux Command
borderStylesolid
indent
Level2

open YOUR_I2B2_SRC_DIR/edu.harvard.i2b2.fr/etc/spring/edu.harvard.i2b2.fr.properties


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
titleWindows Command
borderStylesolid
indent
Level2

YOUR_I2B2_SRC_DIR\edu.harvard.i2b2.fr\etc\spring\edu.harvard.i2b2.fr.properties



EXAMPLES:

indent
Level2

Linux Command: 
open /opt/i2b2/edu.harvard.i2b2.fr/etc/spring/edu.harvard.i2b2.fr.properties

indent
Level2

Windows Command: 
C:\opt\i2b2\edu.harvard.i2b2.fr\etc\spring\edu.harvard.i2b2.fr.properties



indent
Level1

2. The edu.harvard.i2b2.fr.properties file will open.

indent
Level1

3. Scroll to the section called Project Management Cell.

indent
Level1

4. Edit the edu.harvard.i2b2.fr.ws.pm.url property to reflect the location of the PM cell in your environment.


Note
titleImportant

When you edit the edu.harvard.i2b2.fr.ws.pm.url property with the location of your PM 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.


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#E5DFEC
titleProject Management Cell
borderStylesolid
indent
Level2

edu.harvard.i2b2.fr.ws.pm.url=http://localhost:9090/i2b2/services/PMService/getServices

indent
Level2

edu.harvard.i2b2.fr.ws.pm.webServiceMethod=REST

indent
Level2

# Flag to bypass project management cell

indent
Level2

edu.harvard.i2b2.fr.ws.pm.bypass=false

indent
Level2

edu.harvard.i2b2.fr.ws.pm.bypass.role=ADMIN

indent
Level2

edu.harvard.i2b2.fr.ws.pm.bypass.project=Demo




indent
Level1

5. Save your changes and close the file.