| 1 | = i2b2 Gotchas Domain |
| 2 | |
| 3 | Tags: [[i2b2]] [[Gotchas]] |
| 4 | |
| 5 | The word "domain" is used within the i2b2 world. Not yet sure of its meaning. The following appears in the "Data Installation Guide_1-5-1.pdf". |
| 6 | {{{ |
| 7 | The data loaded into the three i2b2hive db_lookup tables presumes that the default target location pointing |
| 8 | to the hive you are currently setting up is “i2b2demo”. |
| 9 | |
| 10 | This target location is also referred to as the domain of the hive and should match the |
| 11 | domain that is setup in during PM setup. |
| 12 | |
| 13 | In the client i2b2.properties file: |
| 14 | I2b2.1=demo,REST,http://webservices:9090/i2b2/rest/PMService/ |
| 15 | I2b2.2=HarvardDemo,REST,http://services.i2b2.org/PM/rest/PMService/ |
| 16 | #I2b2.3=YourSite,REST,http://jbossHost:jbossPort/i2b2/rest/PMService/ |
| 17 | |
| 18 | The I2b2.1 target location (“demo”) points to the hive residing on the vmware image. |
| 19 | |
| 20 | The I2b2.2 target location (“HarvardDemo”) points to the hive residing at Harvard. |
| 21 | |
| 22 | The data installed at Harvard is identical to the data provided in this package. |
| 23 | |
| 24 | The hive you are currently setting up is I2b2.3. Please be sure to rename “YourSite” to “i2b2demo”. |
| 25 | }}} |
| 26 | |
| 27 | I haven't yet checked the data inserted into the tables, but the properties file referred to regarding the client is (I believe) the workbench properties file. The tags I2b2.1 through to 3 (in effect I2b2.n where n is a number referring to the domains you wish to access) is used to populate the dropdown list in the login box for the workbench. |
| 28 | |
| 29 | The webclient (installed at PM cell installation time) also has a javascript config file referred to in the PM_Installation_Guide_1-5.pdf where you will find the following: |
| 30 | {{{ |
| 31 | The webclient is pre-configured for a localhost domain of ‘i2b2demo’. If you are |
| 32 | upgrading from a system with a different domain or want to specify a different |
| 33 | domain, edit the file admin/i2b2_config_data.js accordingly. |
| 34 | |
| 35 | {name: "localhost", |
| 36 | domain: "yourDomain", |
| 37 | debug: true, |
| 38 | urlCellPM: "http://localhost:9090/i2b2/rest/PMService/" |
| 39 | } |
| 40 | |
| 41 | }}} |
| 42 | So "yourDomain" should be changed to "i2b2demo", or whatever name you choose for the domain installation. |
| 43 | |
| 44 | [[BackLinks]] |