Author: steveh
Date: Wed Nov 10 09:34:57 2004
New Revision: 57167

Modified:
   incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html
   
incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
Log:
Doc fix for JIRA 70: Webapp Redeploy Encounters exception java.lang.ThreadDeath

I replaced "build.webapp redeploy" with "undeploy build.webapp deploy" 
throughout the page flow tut.

Modified: incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html
==============================================================================
--- incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html   
(original)
+++ incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html   Wed Nov 
10 09:34:57 2004
@@ -735,8 +735,9 @@
   -f %BEEHIVE_HOME%\ant\buildWebapp.xml  
   -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
   -Dcontext.path=pageflow_tutorial
+  undeploy
   build.webapp
-  redeploy
+  deploy
   </pre>
 </div>
 <a name="N1025E"></a><a 
name="To+Test+the+Page+Flow+Web+Application-N1024D"></a>
@@ -867,8 +868,9 @@
   -f %BEEHIVE_HOME%\ant\buildWebapp.xml  
   -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
   -Dcontext.path=pageflow_tutorial
+  undeploy
   build.webapp
-  redeploy
+  deploy
   </pre>
 </div>
 <a name="N102C4"></a><a 
name="To+Test+the+Page+Flow+Web+Application-N102B0"></a>
@@ -932,8 +934,9 @@
   -f %BEEHIVE_HOME%\ant\buildWebapp.xml  
   -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
   -Dcontext.path=pageflow_tutorial
+  undeploy
   build.webapp
-  redeploy
+  deploy
   </pre>
 </div>
 <a name="N1031C"></a><a 
name="To+Test+the+Page+Flow+Web+Application-N10305"></a>

Modified: 
incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
==============================================================================
--- 
incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
       (original)
+++ 
incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
       Wed Nov 10 09:34:57 2004
@@ -310,8 +310,9 @@
   -f %BEEHIVE_HOME%\ant\buildWebapp.xml  
   -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
   -Dcontext.path=pageflow_tutorial
+  undeploy
   build.webapp
-  redeploy
+  deploy
   </source>
             </section>
             <section>
@@ -434,8 +435,9 @@
   -f %BEEHIVE_HOME%\ant\buildWebapp.xml  
   -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
   -Dcontext.path=pageflow_tutorial
+  undeploy
   build.webapp
-  redeploy
+  deploy
   </source>
             </section>
            <section>
@@ -491,8 +493,9 @@
   -f %BEEHIVE_HOME%\ant\buildWebapp.xml  
   -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
   -Dcontext.path=pageflow_tutorial
+  undeploy
   build.webapp
-  redeploy
+  deploy
   </source>
             </section>
             <section>

Reply via email to