User: kunle   
  Date: 01/06/18 19:10:34

  Modified:    src/docs howtojetty.xml
  Log:
  typos
  
  Revision  Changes    Path
  1.6       +4 -4      manual/src/docs/howtojetty.xml
  
  Index: howtojetty.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtojetty.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howtojetty.xml    2001/06/16 12:32:24     1.5
  +++ howtojetty.xml    2001/06/19 02:10:34     1.6
  @@ -367,9 +367,9 @@
                <para>
                        Now that you have copied the JBoss-Jetty application files 
from the JBoss binary distribution archive to the 
                        installation directory, the next step is real easy. 
Jboss-Jetty is supplied with a command file called 
  -                     <filename>run_with_jetty.bat</filename> (or 
<filename>run_with_jetty.sh</filename> on Linux/Unix) that has been 
  +                     <filename>run.bat jetty</filename> (or <filename>run.sh 
jetty</filename> on Linux/Unix) that has been 
                        carefully designed to start JBoss-Jetty. So, to start the 
JBoss-Jetty application server suite, use the 
  -                     <filename>run_with_jetty</filename> command as shown below:
  +                     <filename>run jetty</filename> command as shown below:
                </para>
                <informaltable>
                        <tgroup cols="2" align="center" colsep="0" rowsep="0">
  @@ -382,13 +382,13 @@
                                                <entry>
                                                        <programlisting><![CDATA[
   chdir C:\JavaApps\jboss-jetty
  -run_with_jetty
  +run jetty
                                                                ]]></programlisting>
                                                </entry>
                                                <entry>
                                                        <programlisting><![CDATA[
   cd /usr/bin/jboss-jetty
  -./run_with_jetty
  +./run jetty
                                                                ]]></programlisting>
                                                </entry>
                                        </row>
  
  
  

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

Reply via email to