User: mulder
Date: 00/09/30 06:58:28
Modified: manual adv_config.html warning.html
Log:
Fix another typo, and add skeletal entries for more DBs. I've downloaded
them all, so hopefully I can fill out the DB example section soon. If you
have suggestions for more DBs to add, or you have a working MS SQL Server
setup, let me know.
Revision Changes Path
1.6 +78 -4 jbossweb/manual/adv_config.html
Index: adv_config.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/manual/adv_config.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- adv_config.html 2000/09/29 20:54:25 1.5
+++ adv_config.html 2000/09/30 13:58:28 1.6
@@ -165,9 +165,10 @@
</pre>
<h4><a NAME="params">Connection Pool Parameters</a></h4>
- <p>Here is the list of possible parameters. Again, after you run
- jBoss once with your new pool, it will add entries for all of
- these to jboss.conf, using the default values for anything you
+ <p>Here is the list of possible parameters for each pool's entry
+ in <code>jboss.jcml</code>. Again, after you run jBoss once with
+ your new pool, it will add entries for all of these to
+ <code>jboss.jcml</code>, using the default values for anything you
didn't specify.</p>
<table BORDER="1">
<caption><font SIZE="+1">Connection Pool Parameters</font></caption>
@@ -302,6 +303,7 @@
<ul>
<li>Oracle
<ul>
+ <li>lib/ext: <a
HREF="http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm">classes12.zip</a></li>
<li>jboss.properties
<pre>
jdbc.drivers=oracle.jdbc.driver.OracleDriver
@@ -329,6 +331,7 @@
<li>Hypersonic</li>
<ul>
+ <li>lib/ext: <a
HREF="http://hsql.oron.ch/hSqlDownload.html">hsql.jar</a></li>
<li>jboss.properties
<pre>
jdbc.drivers=org.hsql.jdbcDriver
@@ -351,8 +354,79 @@
</pre>
</li>
</ul>
+ </li>
+
+ <li>DB/2 (<i>Forthcoming...</i>)
+ <ul>
+ <li>lib/ext: <a
HREF="http://www-4.ibm.com/software/data/db2/java/">unknown.jar</a></li>
+ <li>jboss.properties
+<pre>
+</pre>
+ </li>
+ <li>jboss.conf
+<pre>
+</pre>
+ </li>
+ <li>jboss.jcml
+<pre>
+</pre>
+ </li>
+ </ul>
+ </li>
+
+ <li>Sybase (<i>Forthcoming...</i>)
+ <ul>
+ <li>lib/ext: <a
HREF="http://www.sybase.com/detail_list/1,3153,2282,00.html">unknown.jar</a></li>
+ <li>jboss.properties
+<pre>
+</pre>
+ </li>
+ <li>jboss.conf
+<pre>
+</pre>
+ </li>
+ <li>jboss.jcml
+<pre>
+</pre>
+ </li>
+ </ul>
+ </li>
+
+ <li>PostgreSQL (<i>Forthcoming...</i>)
+ <ul>
+ <li>lib/ext: <a
HREF="http://www.postgresql.org/sites.html">jdbc7.0-1.2.jar</a></li>
+ <li>jboss.properties
+<pre>
+</pre>
+ </li>
+ <li>jboss.conf
+<pre>
+</pre>
+ </li>
+ <li>jboss.jcml
+<pre>
+</pre>
+ </li>
+ </ul>
+ </li>
- <li><i>Others Forthcoming...</i></li>
+ <li>Interbase (<i>Forthcoming...</i>)
+ <ul>
+ <li>lib/ext: <a
HREF="http://www.borland.com/interbase/downloads/">interclient-core.jar</a></li>
+ <li>jboss.properties
+<pre>
+</pre>
+ </li>
+ <li>jboss.conf
+<pre>
+</pre>
+ </li>
+ <li>jboss.jcml
+<pre>
+</pre>
+ </li>
+ </ul>
+ </li>
</ul>
1.8 +2 -0 jbossweb/manual/warning.html
Index: warning.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/manual/warning.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- warning.html 2000/09/19 14:28:36 1.7
+++ warning.html 2000/09/30 13:58:28 1.8
@@ -42,6 +42,8 @@
<li>Advanced Configuration
<ul>
<li>Need JMS Configuration</li>
+ <li>Need specific configuration examples for DB/2, Sybase,
+ PostgreSQL, and Interbase.</li>
<li>Need to try dynamic classloading to verify directions
and get an exact procedure with security policy settings
that are required.</li>