Configuring The Sql Server Data Source - Adobe LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS Manual

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
To obtain and copy the JDBC driver for DB2:
1. Obtain the db2jcc.jar and db2jcc_license_cu.jar files from the DB2 installation directories.
2. Copy the files to the [appserver root]/server/all/lib directory.
To create the DB2 data source file:
1. Open a text editor and create a new text file using the following code:
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<local-tx-datasource>
</local-tx-datasource>
</datasources>
2. Replace the bold text with values that are specific to your LiveCycle database:
server_name
port
database_name
database" on page
database_username
uses to access the LiveCycle database.
3. Save the file as adobe-ds.xml in the [appserver root]/server/all/deploy directory.
4. Restart JBoss.

Configuring the SQL Server data source

To enable JBoss to connect to the SQL Server database that stores LiveCycle data, you must complete the
following tasks:
Obtain and copy the SQL Server JDBC driver files to the instance of JBoss where you will deploy
LiveCycle products.
Create a SQL Server data source file and deploy it to the instance of JBoss where you will deploy
LiveCycle products.
Before configuring the SQL Server data source, you must have already created the LiveCycle database on
SQL Server. (See
<jndi-name>IDP_DS</jndi-name>
<connection-url>jdbc:db2://server_name:port/database_name
</connection-url>
<driver-class>com.ibm.db2.jcc.DB2Driver
</driver-class>
<user-name>database_username</user-name>
<password>password</password>
<SelectMethod>Cursor</SelectMethod>
<min-pool-size>1</min-pool-size>
<max-pool-size>100</max-pool-size>
<blocking-timeout-millis>20000</blocking-timeout-millis>
<idle-timeout-minutes>10</idle-timeout-minutes>
: The name of the computer that runs DB2.
: The port used to access DB2. The default port is 50000.
: The name of the DB2 database that stores the LiveCycle data. (See
42.)
and
"Creating a SQL Server database" on page
: The user name and password that the application server
password
Manually Configuring JBoss
Configuring the SQL Server data source
46.)
61
"Creating the

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Livecycle for jboss

Table of Contents