User: tobias  
  Date: 01/01/09 17:11:37

  Modified:    documentation oraclecmp.htm
  Log:
  adjusted the path to jboss.conf
  
  Revision  Changes    Path
  1.4       +1 -1      newsite/documentation/oraclecmp.htm
  
  Index: oraclecmp.htm
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/documentation/oraclecmp.htm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- oraclecmp.htm     2001/01/10 01:04:29     1.3
  +++ oraclecmp.htm     2001/01/10 01:11:37     1.4
  @@ -37,7 +37,7 @@
                <h3>&nbsp;JBoss Server Configuration</h3>
                <b>This section is outdated for JBoss 2.0 FINAL. Please refer to the 
<a href="../manual/adv_config.html#poolex">preliminary manual at the examples</a>.</b>
                <ol>
  -                     <li>Edit the <em>$JBOSS_ROOT/conf/jboss.conf</em> file. You 
need to add <code>&lt;MLET&gt;</code> tags for each data source you are using. These 
notes assume that you are using the Minerva connection pooler (installed in the steps 
above). Here is an example entry for an oracle data source:
  +                     <li>Edit the <em>$JBOSS_ROOT/conf/default/jboss.conf</em> 
file. You need to add <code>&lt;MLET&gt;</code> tags for each data source you are 
using. These notes assume that you are using the Minerva connection pooler (installed 
in the steps above). Here is an example entry for an oracle data source:
                        <p><code>&lt;MLET 
CODE=&quot;org.jboss.jdbc.XADataSourceLoader&quot; 
ARCHIVE=&quot;jboss.jar,minerva.jar&quot; CODEBASE=&quot;../lib/ext/&quot;&gt;<br>
                        &nbsp;&nbsp;&nbsp;&lt;ARG TYPE=&quot;java.lang.String&quot; 
VALUE=&quot;OracleDB&quot;&gt;<br>
                        &nbsp;&nbsp;&nbsp;&lt;ARG TYPE=&quot;java.lang.String&quot; 
VALUE=&quot;org.jboss.minerva.xa.XADataSourceImpl&quot;&gt;<br>
  
  
  

Reply via email to