打印本文 打印本文 关闭窗口 关闭窗口
Jboss3.0-Tomcat4.03的数据库的配置(以Oracle为例)
作者:武汉SEO闵涛  文章来源:敏韬网  点击数3424  更新时间:2009/4/22 22:08:18  文章录入:mintao  责任编辑:mintao
 

 

一、请将classes12.zip加入classpath中去。

二、请参况hsqldb-service.xml文件编写Oracledb-service.xml文件

请打开server\default\deploy目录下的hsqldb-service.xml文件,这就是一个Jboss3.0_Tomcat4.03下实现数据库连接的例子,它是连接hsql数据库的它的内容如下:

<?xml version="1.0" encoding="UTF-8"?>

 

<!-- ===================================================================== -->

<!--                                                                       -->

<!--  JBoss Server Configuration                                           -->

<!--                                                                       -->

<!-- ===================================================================== -->

 

<!-- $Id: hsqldb-service.xml,v 1.2.2.5 2002/06/23 21:25:58 d_jencks Exp $ -->

 

 

<server>

 

  <!-- ==================================================================== -->

  <!-- New ConnectionManager setup for default hsql dbs                     -->

  <!-- Build jmx-api (build/build.sh all) and view for config documentation -->

  <!-- ==================================================================== -->

 

  <mbean code="org.jboss.resource.connectionmanager.LocalTxConnectionManager" name="jboss.jca:service=LocalTxCM,name=hsqldbDS">

 

    <!-- Include a login module configuration named HsqlDbRealm.

         Update your login-conf.xml, here is an example for a

         ConfiguredIdentityLoginModule:

 

    <application-policy name = "HsqlDbRealm">

       <authentication>

          <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule" flag = "required">

             <module-option name = "principal">sa</module-option>

             <module-option name = "userName">sa</module-option>

             <module-option name = "password"></module-option>

             <module-option name = "managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=hsqldbDS</module-option>

          </login-module>

       </authentication>

    </application-policy>

 

    NOTE: the application-policy name attribute must match 

    SecurityDomainJndiName, and the

      module-option name = "managedConnectionFactoryName"

    must match the object name of the ConnectionManager you are configuring here.

    -->

    <!--uncomment out this line if you are using the DB2DbRealm above

    <attribute name="SecurityDomainJndiName">HsqlDbRealm</attribute>

    -->

 

    <depends optional-attribute-name="ManagedConnectionFactoryName">

      <!--embedded mbean-->

      <mbean code="org.jboss.resource.connectionmanager.RARDeployment" name="jboss.jca:service=LocalTxDS,name=hsqldbDS">

[1] [2] [3] [4] [5] [6]  下一页

打印本文 打印本文 关闭窗口 关闭窗口