diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-15 13:02:59 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-15 13:02:59 +0200 |
commit | 8149f22dc110b82ef2910db0037d037062628dd5 (patch) | |
tree | fe75f9f2f9aeb35e23d860a67f2f26f6973c224e /id/server/doc/handbook/config | |
parent | 2362892f59b8daccb8c0a2155048c5adc7a1a7ea (diff) | |
download | moa-id-spss-8149f22dc110b82ef2910db0037d037062628dd5.tar.gz moa-id-spss-8149f22dc110b82ef2910db0037d037062628dd5.tar.bz2 moa-id-spss-8149f22dc110b82ef2910db0037d037062628dd5.zip |
- update handbook and release information
- change version to 3.0.2
Diffstat (limited to 'id/server/doc/handbook/config')
-rw-r--r-- | id/server/doc/handbook/config/config.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/id/server/doc/handbook/config/config.html b/id/server/doc/handbook/config/config.html index 6f6d13d17..4eb5ea2ba 100644 --- a/id/server/doc/handbook/config/config.html +++ b/id/server/doc/handbook/config/config.html @@ -259,6 +259,13 @@ UNIX: -Duser.properties=file:C:/Programme/apache/tomcat-8.x.x/conf/moa-id-config <td>moaconfigpassword</td> <td>Passwort für den Zugriff auf das Datenbank Schema</td> </tr> + <tr> + <td><p>dbcp.validationQuery</p></td> + <td>SELECT 1</td> + <td><p>SQL Query zum Validieren der Datenbank Verbindung</p> + <p><strong>mySQL:</strong> SELECT 1</p> + <p><strong>Oracle:</strong> select 1 from dual</p></td> + </tr> </table> <p> </p> <p>Die Beispielkonfiguration beinhaltet noch zusätzliche Konfigurationsparameter für den Datenbankzugriff welche direkt aus der Beispielkonfiguration übernommen werden können. Eine detaillierte Beschreibung der einzelnen Einstellungsparameter kann der <a href="http://docs.jboss.org/hibernate/core/4.2/manual/en-US/html/">Hibernate Dokumention</a> entnommen werden.</p> @@ -612,10 +619,17 @@ https://<host>:<port>/moa-id-auth/MonitoringServlet</pre> <td>Benutzername für den Zugriff auf das Datenbank Schema</td> </tr> <tr> - <td><p>configuration.hibernate.connection.password</p></td> + <td>configuration.hibernate.connection.password</td> <td>moaconfigpassword</td> <td>Passwort für den Zugriff auf das Datenbank Schema</td> </tr> + <tr> + <td><p>configuration.dbcp.validationQuery</p></td> + <td>SELECT 1</td> + <td><p>SQL Query zum Validieren der Datenbank Verbindung</p> + <p><strong>mySQL:</strong> SELECT 1</p> + <p><strong>Oracle:</strong> select 1 from dual</p></td> + </tr> </table> <p> </p> <h6><a name="basisconfig_moa_id_auth_param_database_session" id="uebersicht_bekanntmachung13"></a>2.2.2.4.2 Session Informationen</h6> |