You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/06 19:36:43 UTC

svn commit: r230558 - /beehive/trunk/samples/controls-spring/README.TXT

Author: ekoneil
Date: Sat Aug  6 10:36:01 2005
New Revision: 230558

URL: http://svn.apache.org/viewcvs?rev=230558&view=rev
Log:
Quick fix for BEEHIVE-810 -- remove reference to the "deploy" target from the controls-spring sample.  This target only exists inside of Beehie SVN and doesn't ship with the distribution.

BB: self
DRT: none


Modified:
    beehive/trunk/samples/controls-spring/README.TXT

Modified: beehive/trunk/samples/controls-spring/README.TXT
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/controls-spring/README.TXT?rev=230558&r1=230557&r2=230558&view=diff
==============================================================================
--- beehive/trunk/samples/controls-spring/README.TXT (original)
+++ beehive/trunk/samples/controls-spring/README.TXT Sat Aug  6 10:36:01 2005
@@ -15,11 +15,12 @@
     cd integration
     ant build
 
-The sample webapp can be built and deployed to a running Tomcat instance using:
+The sample webapp can be built and deployed to Tomcat using:
 
     cd web/WEB-INF/src
     ant build
-    ant deploy
+    ant war
+    cp springControls.war $CATALINA_HOME/webapps
 
 Once deployed, the demo JSP page can be accessed at: