Application server and data store server(s) can share the same database.
Application server and data store server(s) can share the same database.
For example, openBIS screening uses a database for image meta data
For example, openBIS screening uses a database for image meta data
...
@@ -121,17 +32,11 @@ mapping file is defined)
...
@@ -121,17 +32,11 @@ mapping file is defined)
The AS can have only one data source per pair defined by data store code
The AS can have only one data source per pair defined by data store code
and module code.
and module code.
### Share Databases without Mapping File
## Share Databases without Mapping File
Without a mapping file specified data sources are independently defined
Without a mapping file specified data sources are independently defined for DSS and AS. For details see [DSS Data Sources](/display/openBISDoc2010/Installation+and+Administrators+Guide+of+the+openBIS+Data+Store+Server#InstallationandAdministratorsGuideoftheopenBISDataStoreServer-DataSources) and [AS Data Sources](/display/openBISDoc2010/Installation+and+Administrator+Guide+of+the+openBIS+Server#InstallationandAdministratorGuideoftheopenBISServer-ConfiguringDSSDataSources), respectively. Note, that the roperties `database-driver` and `database-url` are mandatory for AS.