Adobe LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS Manual page 81

Hide thumbs Also See for LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS:
Table of Contents

Advertisement

Adobe LiveCycle
Installing and Configuring LiveCycle for JBoss
4. Replace
name specified for the
5. Save the file as adobe-ds.xml in the [jboss bam root]/server/default/deploy/ directory.
Connecting to the LiveCycle database on MySQL
To enable BAM Server to connect to the LiveCycle database, you need to create a data source file and
deploy it to the instance of JBoss that runs BAM Server.
To create a data source for the LiveCycle database on MySQL:
1. Open a text editor and create a new text file using the following code:
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<no-tx-datasource>
<jndi-name>com.celequest.adobe</jndi-name>
<connection-url><![CDATA[<!--Insert jdbcURL -->]]>
</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<!-- The login and password -->
<user-name><!--Insert dbUsername --></user-name>
<password><!--Insert dbPassword --></password>
<min-pool-size>5</min-pool-size>
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>5</idle-timeout-minutes>
<track-statements>false</track-statements>
<application-managed-security/>
</no-tx-datasource>
</datasources>
2. Replace
jdbc:mysql://[host_name]/[db_name]?user=[dbUsername]&password=
[dbpassword]&autoReconnect=true&autoReconnectForPools=true
[host_name]
[db_name]
[dbUsername]
database.
[dbpassword]
3. Replace
database user account that can access the LiveCycle database.
4. Replace
name specified for the
5. Save the file as adobe-ds.xml in the [jboss bam root]/server/default/deploy directory.
<!--Insert dbPassword -->
<user-name>
<!--Insert jdbcURL -->
is the name of the computer on which MySQL is running.
is the name of the LiveCycle database.
is the user name of the database user account that can access the LiveCycle
is the password for the user name specified for the
<!--Insert dbUsername -->
<!--Insert dbPassword -->
<user-name>
Connecting JBoss for BAM Server to the LiveCycle database
in the
<password>
element.
in the
connection-url
in the
user-name
in the
element with the password for the user
password
element.
Manually Configuring JBoss for BAM Server
element with the password for the user
element with the following text:
[dbUsername]
element with the user name of the
81
parameter.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Livecycle for jboss

Table of Contents