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

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:



Main IM Directory: YOUR_I2B2_SRC_DIR\i2b2\edu.harvard.i2b2.im\


File Name

Description

build.properties

Contains properties needed during the building of the IM Cell.




Directory for IM Property Files: YOUR_I2B2_SRC_DIR\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.




Directory for Data Source Configuration: YOUR_I2B2_SRC_DIR\i2b2\edu.harvard.i2b2.im\etc\jboss\


File Name

Description

im-ds.xml

Configure the JBoss Data source for the IM cell.