You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2004/10/14 18:52:26 UTC

svn commit: rev 54786 - incubator/beehive/trunk/site/src/documentation/content/xdocs/pageflow

Author: steveh
Date: Thu Oct 14 09:52:25 2004
New Revision: 54786

Modified:
   incubator/beehive/trunk/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
Log:
Bug fixes for the tutorial -- suggested by beehive users.

Modified: incubator/beehive/trunk/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
==============================================================================
--- incubator/beehive/trunk/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml	(original)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml	Thu Oct 14 09:52:25 2004
@@ -55,8 +55,8 @@
             </section>
             <section>
                 <title>Install ANT</title>
-                <p>Create a directory named <code>installed</code>at <code>C:/beehive-src/trunk/installed</code>.</p>
-                <p>Unzip the file <code>C:/beehive-src/trunk/external/ant/apache-ant-1.6.2-bin.zip</code> into <code>C:/beehive-src/Beehive/installed</code>.</p>
+                <p>Create a directory named <code>installed</code> at <code>C:/beehive-src/trunk/installed</code>.</p>
+                <p>Unzip the file <code>C:/beehive-src/trunk/external/ant/apache-ant-1.6.2-bin.zip</code> into <code>C:/beehive-src/trunk/installed</code>.</p>
                 <p>After the file has unzipped, confirm that the following directory structure exists: <code>C:/beehive-src/trunk/installed/apache-ant-1.6.2</code>.</p>
             </section>
             <section>
@@ -241,7 +241,8 @@
 import org.apache.beehive.netui.pageflow.Forward;
 import org.apache.beehive.netui.pageflow.PageFlowController;
 import org.apache.beehive.netui.pageflow.annotations.Jpf;
- 
+
+@Jpf.Controller 
 public class Controller 
     extends PageFlowController
 {
@@ -287,7 +288,7 @@
             </section>
             <section>
                 <title>Shutdown Tomcat Server</title>
-                <p>At the command prompt, enter: <code>C:\beehive-src\trunk\installed\jakarta-tomcat-5.0.25\bin\startup.bat</code>
+                <p>At the command prompt, enter: <code>C:\beehive-src\trunk\installed\jakarta-tomcat-5.0.25\bin\shutdown.bat</code>
                 </p>
             </section>
         </section>