Preinstallation Configurations on Application Servers

Configuring the web application server for your JDBC driver

The web application server where you plan to deploy Detect must contain the correct JAR file to support JDBC connections. This enables your web application to connect to the system tables. The location of the JAR file must be included in the class path of the web application server.

Creating JDBC Connections in the Web Application Server

The Detect web application uses JDBC connections to communicate with the system table database and with the Unica Platform. In the supported Tomcat flow, the installer creates detect.xml when datasource creation is selected.

About this task

When prompted during installation, provide the Tomcat application server installation directory so the installer can create datasource configuration under <Tomcat_Home>/conf/Catalina/localhost.

Important: For the connection to the database holding the Unica Platform system tables, you must use UnicaPlatformDS as the JNDI name.

If you expect to have many concurrent users in Detect, you may need to increase the number of connections in your web server. For best results, set your web server to allow 50 connections.