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

Source Code for Identity Management (IM) Cell

In the chapter titled Install i2b2 Server-Common, you extracted the files from the i2b2 Core Source Code zip file into a directory of your choosing (YOUR_I2B2_SRC_DIR). One of the files extracted was a folder called edu.harvard.i2b2.im and it is in this folder where the files for the IM installation reside.

Identity Management Directory Structure

In this step of the installation process we will be working with the edu.harvard.i2b2.im directory. Within this directory are the files we will be editing in order to build and deploy the Identity Management Cell on your i2b2 Server. The files and their location within your working directory are as follows:



html-text
<span style="font-size:16px;font-weight:bold">Main IM Directory:</span>
<i>YOUR_I2B2_SRC_DIR</i>\i2b2\edu.harvard.i2b2.im\


File Name

Description

build.properties

Contains properties needed during the building of the IM Cell.




html-text
<span style="font-size:16px;font-weight:bold">Directory for IM Property Files:</span>
<i>YOUR_I2B2_SRC_DIR</i>\i2b2\edu.harvard.i2b2.im\etc\spring\


File Name

Description

im_application_directory.properties

Define the location for your application properties directory.

im.properties

Define the properties for the PM Cell, the schema name for the hivedata and the properties for a third party EMPI system.




html-text
<span style="font-size:16px;font-weight:bold">Directory for Data Source Configuration:</span>
<i>YOUR_I2B2_SRC_DIR</i>\i2b2\edu.harvard.i2b2.im\etc\jboss\


File Name

Description

im-ds.xml

Configure the JBoss Data source for the IM cell.