User: mulder
Date: 00/09/06 08:06:41
Modified: minerva minerva.htm
Log:
Add a complete example for Minerva.
Revision Changes Path
1.3 +9 -2 jbossweb/minerva/minerva.htm
Index: minerva.htm
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/minerva/minerva.htm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- minerva.htm 2000/09/01 12:59:17 1.2
+++ minerva.htm 2000/09/06 15:06:41 1.3
@@ -81,7 +81,12 @@
</UL></LI>
<LI><A HREF="#j1pools">Using Minerva JDBC 1/2 Pools</A></LI>
<LI><A HREF="#j2epools">Using Minerva JDBC 2 Standard Extension Pools</A></LI>
- <LI><A HREF="#jboss">Using Minerva JDBC Pools with jBoss 2.0</A></LI>
+ <LI><A HREF="#jboss">Using Minerva JDBC Pools with jBoss 2.0</A>
+ <UL>
+ <LI><A HREF="examples/index.html">Minerva & jBoss Complete
+ Example</A></LI>
+ </UL>
+ </LI>
<LI><A HREF="#j2ee">Using Minerva JDBC Pools with Other J2EE
Containers</A></LI>
<LI><A HREF="#obpools">Using Minerva Object pools</A></LI>
<LI><A HREF="#arch">Minerva Architecture</A></LI>
@@ -543,7 +548,9 @@
the same bean. You'd have to repeat all the steps for each one, unless
they use the same drivers (only add it once to jboss.properties). Once
you have a pool set up, you can refer to it from additional beans by
- repeating the last 2 steps for each bean.
+ repeating the last 2 steps for each bean.</P>
+ <P>You may want to look at the <A HREF="examples/index.html">Minerva &
+ jBoss Complete Example</A> if you're having trouble.</P>
</font></td>