The database configuration parameters were set during installation. Review and change these parameters if necessary.
| <connection-url>jdbc:mysql://localhost/bankingserver</connection-url> <driver-class>com.mysql.jdbc.Driver</driver-class> |
| <connection-url>jdbc:mysql://MyRemoteHost:65000/bankingserver</connection-url><driver-class>com.mysql.jdbc.Driver</driver-class> |
| <user-name>bankrechner</user-name> <password>bankrechner</password> |
| <connection-url>jdbc:oracle:thin:@localhost:1521:BANKINGSERVER</connection-url> <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> |
| <connection-url>jdbc:oracle:thin:@localhost:1521:BASE</connection-url> <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> |
| <user-name>bankrechner</user-name> <password>bankrechner</password> |
Installing EBICS Server on JBoss: general implementation procedure