Introduction / FirstSpirit Server configuration / Configuration files (FirstSpirit Server) / Database connection (fs-database.conf)
Database connection configuration (fs-database.conf)
The file fs-database.conf is located in the FirstSpirit Server subdirectory conf and contains important configuration settings for connecting a database to the FirstSpirit Server and must be adapted, if necessary.
Changes to the configuration file fs-database.conf can be carried out via the FirstSpirit ServerManager (see Databases). The changes are subsequently written into the configuration file and updated on the server. If file system access is available, fs-database.conf can also be changed directly via the configuration file.
If the configuration file fs-database.conf is changed directly via the file system, the file is not automatically updated on the server. Therefore, changes should always be carried out via the ServerManager. |
DATABASES=derby_project
derby_project.jdbc.layerclass=de.espirit.ormapper.or.layer.DerbyLayer
derby_project.jdbc.PASSWORD=p16062532
derby_project.jdbc.URL=jdbc:derby:projects/project_14110/derby;create=true
derby_project.jdbc.USER=user0
derby_project.jdbc.POOLMAX=1
derby_project.jdbc.POOLMIN=1
derby_project.jdbc.DRIVER=org.apache.derby.jdbc.EmbeddedDriver
For further information on configuring the database connection. The parameters are described on the pages
- Description of the obligatory parameters
- Description of the optional parameters
- Description of the Oracle-specific parameters
- Description of the MS-SQL specific parameters