Table of Contents

Search

  1. Preface
  2. Process Console Introduction
  3. Home
  4. Monitor
  5. Catalog, Reports, and Custom Faults
  6. Admin
  7. OAuth 2.0 Authentication

Administration Console

Administration Console

Manual Configuration for a JDBC Identity Service on Tomcat

Manual Configuration for a JDBC Identity Service on Tomcat

To use a JDBC Identity Service on Tomcat, you must perform a manual step in addition to configuring the service in the Process Console. You must configure the JNDI data source by adding a declaration for your resource to the Process Server context.
Add an element like the following example to two files:
$CATALINA_HOME/conf/Catalina/localhost/activevos.xml file
and
active-bpel.xml
.
Nest the declaration inside the Context element.
Example:
<Resource name="jdbc/TestDB" auth="Container"    type="javax.sql.DataSource"    maxActive="100" maxIdle="30" maxWait="10000"    username="javauser" password="javapw"    driverClassName="com.mysql.jdbc.Driver"    url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true"/>

0 COMMENTS

We’d like to hear from you!