amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Mon May 08, 2006 10:11 am Post subject: JBoss Datasources |
|
|
Before the contelligent install can be finalized you have to ensure that jboss can access your database specific jdbc driver.
Unless you want to use HSQL (Hypersonic) you have to copy your drivers jar-file to the /path/to/jboss/lib/ directory. After your jdbc driver is available go on and deploy your datasource as described below.
Deployment of JBoss Datasources is as trivial as deploying enterprise applications or any other jboss application or service in JBoss. In order to deploy a datasource binding you have to copy an your individual *-ds.xml (the datasource descriptor) to the jboss deploy directory.
for read more information
http://www.contelligent.de/contell/cms/c1web/contelligent/site/contelligent/support/tutorials/admin/deploy/JBossDatasources.html |
|