...
Please use the System requirements document to check whether your infrastructure is up to date. If this is not the case, please update the infrastructure before you start with the Tax Data Hub installation.
Excerpt | |||||
---|---|---|---|---|---|
| |||||
Installation of databaseThe steps for setting up are kept general at this point in order to do justice to the different configurations of the database systems.
|
...
|
Excerpt | ||
---|---|---|
| ||
Installation of the Web Application ServerAs a rule, the module is set up on the same Tomcat on which the module Portal is installed. In this case, a Tomcat already exists. You can skip the steps "Installing the JDK" and " Installation of the Tomcat 9". In the following, we assume an installation on a Windows operating system. An installation on a Unix-like system differs mainly in the paths. Installation of the JDKInstall a suitable JDK 17 and create the system variable "JAVA_HOME", which points to the installation directory. Installation of the "Tomcat 9"Install Apache Tomcat 9 in a directory of your choice. We recommend installing Tomcat to a drive other than "C:", in the further process the directory "D:\Server\Tomcat" is assumed. We recommend installing the entries for the start menu to simplify the configuration. The ports used by the Tomcat can be adapted according to your requirements. |
Configuration of the "Tomcat 9"
Excerpt | ||
---|---|---|
| ||
Memory
|
Connection to the database
...
Note |
---|
When using a Microsoft SQL Server database driver with version greater than 10.x.x without encryption, the parameter “url” of the tag “resource” must be extended by “;encrypt=false (in this example url="jdbc:sqlserver://localhost:1433;databaseName=taxdatahub;encrypt=false")” |
Excerpt | ||
---|---|---|
| ||
Windows authentication(Optional for Microsoft SQL Server) From the JDBC driver package, the appropriate “*.dll”-file must also be copied from the folder “auth” into the directory “System32” of the system.
|
...
|
Code Block | ||
---|---|---|
| ||
<Resource name="jdbc/taxdatahubdatasource" type="javax.sql.DataSource"
maxTotal="100" maxIdle="30" maxWaitMillis="10000
driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
url="jdbc:sqlserver://[SERVER-NAME];DatabaseName=[DATABASE_NAME];Integratedsecurity=true"/> |
Connection to SAP (optional for systems with an RfC connection)
...
The registration of the module on the portal is carried out directly with Tomcat start java option parameters. The following parameters are necessary in any case:
...