User: tmcsys  
  Date: 01/09/09 16:06:14

  Modified:    src/xdocs/howto howtopetstore.xml
  Log:
  Add JBoss-Jetty Deployment information
  
  Revision  Changes    Path
  1.4       +9 -11     manual/src/xdocs/howto/howtopetstore.xml
  
  Index: howtopetstore.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtopetstore.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howtopetstore.xml 2001/09/01 00:56:48     1.3
  +++ howtopetstore.xml 2001/09/09 23:06:14     1.4
  @@ -1,4 +1,5 @@
   <?xml version = "1.0" encoding = "UTF-8"?>
  +<!-- $Id: howtopetstore.xml,v 1.4 2001/09/09 23:06:14 tmcsys 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>
  @@ -13,8 +14,9 @@
                <title>Introduction</title>
                <para>The Pet Store sample application (demo) is a relatively robust, 
well-documented demonstration of J2EE technology and concepts. It implements MVC 
(Model-View-Controller) architecture.</para>
                <para>The Pet Store demo can allow developers to gain familiarity with 
J2EE concepts including application portability, a key J2EE design objective.</para>
  -             <para>The Pet Store has been successfully deployed in JBoss 2.4 BETA 
configured to use Embedded Tomcat 3.2.2 using Sun 1.3 jdk on RH Linux 6.2. The steps 
provided below apply to JBoss 2.4 BETA Rel_2_4_0_23.</para>
  -     </section>
  +             <para>The Pet Store has been most recently deployed using the 
JBoss-Jetty package, <ulink 
url="http://www.jboss.org/binary.jsp";>JBoss-2.4.0_Jetty-3.1.RC8-1</ulink>. If you use 
the JBoss-Jetty package, you will have to add Pet Store DB Pools to the jboss.jcml 
file in the jboss/conf/jetty directory.</para>
  +             <para>The Pet Store had previously been deployed using a JBoss 2.4 
BETA configured to use Embedded Tomcat 3.2.2. The specific release used was JBoss 2.4 
BETA Rel_2_4_0_23.</para>
  +             <para>Both deployments were on a RH Linux 6.2 system using the Sun 1.3 
jdk.</para></section>
        <section>
                <title>Outstanding Deployment Issues</title>
                <para>Please post your experiences with deploying the Pet Store in 
JBoss to the jboss-user mailing list.</para>
  @@ -24,17 +26,12 @@
       </formalpara>
       <formalpara>
                        <title>The Admin Client</title>
  -                     <para>The Admin application apparently needs some work on the 
deployment descriptors.  Please post your experences with the Admin application to the 
mailing list.</para>
  -    </formalpara>
  -    <formalpara>
  -                     <title>Jetty Deployment</title>
  -                     <para>The Pet Store should deploy using Jetty.  Please post 
your experences with deploying the Pet Store using Jetty to the mailing list.</para>
  +                     <para>We need JBoss deployment descriptors for the Admin 
application.  If you have successfully deployed the Admin application using JBoss, 
please post them to one of the Forums or to the jboss-user mailing list.</para>
       </formalpara>
       <formalpara>
                        <title>Pet Store Security</title>
                        <para>The current release of the Pet Store handles security at 
the application level.  It does require that you configure JBoss or Tomcat security 
services.</para>
       </formalpara>
  -
                
        </section>
        <section>
  @@ -61,8 +58,9 @@
                                <para>Running the Pet Store demo in JBoss requires 
several minor changes to deployment files in the Pet Store application (.ear) file. 
The patch is currently available in the documentation files section of the manual, it 
is named jps112-01.zip.</para>
                        </listitem>
                        <listitem>
  -                             <para>Configure JBoss to use Embedded Tomcat</para>
  -                             <para>You need a servlet container to run the 
petstore. These instructions use Tomcat 3.2.2. You can either use a bundled binary 
JBoss + Tomcat, or see the instructions to configure JBoss to use Embedded Tomcat in 
<xref linkend="howtotomcat"/>.</para>
  +                             <para>Configure JBoss</para>
  +                             <para>You need a servlet container to run the Java Pet 
Store. If you're using the JBoss-Jetty or JBoss-Tomcat releases, the server is 
preconfigured.</para>
  +                             <para>If you're using a stand-alone JBoss release with 
Tomcat, see the structions to configure JBoss to use Embedded Tomcat in <xref 
linkend="howtotomcat"/>.</para>
                        </listitem>
                        <listitem>
                                <para>Select a Database</para>
  @@ -104,7 +102,7 @@
                        </listitem>
                        <listitem>
                                <para>Add JARS to JBoss</para>
  -                             <para>Copy your DB driver JAR to the lib/extdirectory 
of your JBoss installation ($JBOSS_HOME). </para>
  +                             <para>Copy your DB driver JAR to the lib/ext directory 
of your JBoss installation ($JBOSS_HOME). </para>
                                <para>For Cloudscape, copy client.jar and RmiJdbc.jar 
to the lib/ext directory. </para>
                                <para>Copy tools.jar from the J2 SDK to the lib/ext 
directory of your JBoss installation ($JBOSS_HOME).</para>
                        </listitem>
  
  
  

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

Reply via email to