[jboss-cvs] jboss-seam/examples/hibernate2/resources-tomcat/META-INF ...

Michael Yuan michael.yuan at jboss.com
Sat Jul 21 02:12:25 EDT 2007


  User: myuan   
  Date: 07/07/21 02:12:25

  Added:       examples/hibernate2/resources-tomcat/META-INF  context.xml
  Log:
  Websphere and Tomcat support
  
  Revision  Changes    Path
  1.1      date: 2007/07/21 06:12:25;  author: myuan;  state: Exp;jboss-seam/examples/hibernate2/resources-tomcat/META-INF/context.xml
  
  Index: context.xml
  ===================================================================
  <Context path="/jboss-seam-hibernate" docBase="jboss-seam-hibernate"
          debug="5" reloadable="true" crossContext="true">
  
    <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource"
                 maxActive="100" maxIdle="30" maxWait="10000"
                 username="sa" driverClassName="org.hsqldb.jdbcDriver"
                 url="jdbc:hsqldb:."/>
   
  </Context>
  
  
  



More information about the jboss-cvs-commits mailing list