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> 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><MLET></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><MLET></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><MLET
CODE="org.jboss.jdbc.XADataSourceLoader"
ARCHIVE="jboss.jar,minerva.jar" CODEBASE="../lib/ext/"><br>
<ARG TYPE="java.lang.String"
VALUE="OracleDB"><br>
<ARG TYPE="java.lang.String"
VALUE="org.jboss.minerva.xa.XADataSourceImpl"><br>