...
- The steps for setting up the database are general at this point in order to do justice to the different configurations of the database systems.
- Create a new database/database scheme on the database server.
- Create a database user with permission to "INSERT", "UPDATE", "DELETE", "ALTER" on this database.
- Make sure that the database can be accessed from the application server with this user. If you use the SQL Server with Windows authentication, the tomcat service must execute under a domain account and this domain accoung account must be configured as a user in the database.
Download the sqljdbc_auth.dll of the Microsoft JDBC driver sqljdbc_6.2 from the internet and copy it to the bin directory of tomcat. - Execute the scripts included in your shipment to create the database on it.
- Make sure that the user who imports the DB scripts has all rights on the GlobalTaxCenter database.
...