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

The data source configuration files need to be modified so that Wildfly knows where to find the database(s) associated with each cell. All other configuration information has been moved to the database (in a table called HIVE_CELL_PARAM) as of 1.7.12. 


Click on the individual cells on the navigation tree on the left or the links below to see information on configuring each cell.



A Note on Using Active Directory in SQLServer

If you are using SQL Server, it is possible to use Active Directory accounts for the database users (i.e., Integrated Login). To enable this, replace

<connection-url>jdbc:sqlserver://localhost:1433</connection-url>

with 

<connection-url>jdbc:sqlserver://localhost:1433;IntegratedSecurity=true;Trusted_Connection=Yes</connection-url>

Then the password field in the <security> section will be ignored and the SQLServer integrated security will be used.

  • No labels