Step: Create the JDBC connections in the web application server
The Marketing Operations web application must be able to communicate with both the Marketing Platform system tables and the Marketing Operations system tables. You create these JDBC connections in the web application server where you plan to deploy Marketing Operations.
*
For the connection to the database holding the Marketing Operations system tables, you must use plands as the JNDI name. This value is the required JNDI name.
*
For the connection to the database holding the Marketing Platform system tables, you must use UnicaPlatformDS as the JNDI name. This is the required JNDI name. If you are deploying Marketing Operations and Marketing Platform in the same JVM, this connection should already exist.
If you expect to have many concurrent users in Marketing Operations, you may need to increase the number of connections in your web server. For best results, set your web server to allow 50 connections.
Information for JDBC connections