User: d_jencks
  Date: 01/11/20 10:35:31

  Modified:    src/xdocs/howto howtojetty.xml howtopetstore.xml
  Removed:     src/xdocs/howto howtojca.xml howtomssql.xml
  Log:
  Added Sybase ConnectionFactoryLoader example and removed 2.4-specific db 
documentation.
  
  Revision  Changes    Path
  3.1       +1 -1      manual/src/xdocs/howto/howtojetty.xml
  
  Index: howtojetty.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtojetty.xml,v
  retrieving revision 3.0
  retrieving revision 3.1
  diff -u -r3.0 -r3.1
  --- howtojetty.xml    2001/11/18 20:10:58     3.0
  +++ howtojetty.xml    2001/11/20 18:35:31     3.1
  @@ -238,7 +238,7 @@
                                        <itemizedlist>
                                                <listitem>
                                                        <para>
  -                                                             <xref linkend="jdbc"/> 
for basic information on configuring JBoss-Jetty to use 
  +                                                             <xref 
linkend="resource"/> for basic information on configuring JBoss-Jetty to use 
                                                                a database server.
                                                        </para>
                                                </listitem>
  
  
  
  3.1       +2 -2      manual/src/xdocs/howto/howtopetstore.xml
  
  Index: howtopetstore.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtopetstore.xml,v
  retrieving revision 3.0
  retrieving revision 3.1
  diff -u -r3.0 -r3.1
  --- howtopetstore.xml 2001/11/18 20:10:58     3.0
  +++ howtopetstore.xml 2001/11/20 18:35:31     3.1
  @@ -1,5 +1,5 @@
   <?xml version = "1.0" encoding = "UTF-8"?>
  -<!-- $Id: howtopetstore.xml,v 3.0 2001/11/18 20:10:58 gropi Exp $ -->
  +<!-- $Id: howtopetstore.xml,v 3.1 2001/11/20 18:35:31 d_jencks Exp $ -->
   <!--DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
"docbookx/docbookx.dtd"-->
   <section id="howtopetstore">
        <title>Deploying the Pet Store 1.1.2 Demo in JBoss</title>
  @@ -91,7 +91,7 @@
                                <para>Add DB Pools to JBoss</para>
                                <para>The JBoss Pet Store patch file includes the file 
jboss.jcml. This file defines Pet Store DB Pools for JBoss 2.4 using Cloudscape on 
port 1098.</para>
                                <para>Cloudscape uses port 1099 by default. JBoss uses 
port 1099 for JNDI.</para>
  -                             <para>If you will be using a different database, you 
will need to define the appropriate DB pools for your database. See <xref 
linkend="jdbc"/> for details</para>
  +                             <para>If you will be using a different database, you 
will need to define the appropriate DB pools for your database. See <xref 
linkend="resource"/> for details</para>
                        </listitem>
                        <listitem>
                                <para>Prepare the Database</para>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to