QUICK LINKS

Support
Issue Tracker
[Services]
Questions
[uAchieve 4.5 Applications]
[uAchieve 5.0 Application]
[uAchieve 5.1 Application]
Transferology
TES
[Training & Conferences]
Accessibility

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following shows an example JBoss data source definition for an Oracle database. (note the NOTE: The jndi-name must be "EDAG_DARS"):

...

Code Block
xml
titleExample JBoss Data Source Definition for DB2
xml
<datasources>
<local-tx-datasource>
   <jndi-name>EDAG_DARS</jndi-name>
   <connection-url>jdbc:db2:yourdatabase</connection-url>
   <driver-class>COM.ibm.db2.jdbc.app.DB2Driver</driver-class>
   <user-name>thepassword</user-name>
   <password>theuser</password>
</local-tx-datasource>
</datasources>
Tip

Keep in mind, you Remember: You must always supply the correct values for your database in these elements: <password>, <user-name>, <connection-url> and <driver-class>

4. Deploy

...

Transferology Connector

  • Copy cas4.properties to /JBOSS_HOME/server/default/conf/ directory
  • Copy ceg4-ds.xml to /JBOSS_HOME/server/default/deploy/ directory
  • Copy ceg4.war to /JBOSS_HOME/server/default/deploy/ directory
  • Start JBoss if it isn't already started.
  • JBoss will automatically create the /JBOSS_HOME/server/default/deploy/ceg4/ directory structure

...