Date: 2005-01-31T17:15:41
Editor: ZacharySmith
Wiki: Apache Beehive Wiki
Page: Controls/TestingControls
URL: http://wiki.apache.org/beehive/Controls/TestingControls
no comment
Change Log:
------------------------------------------------------------------------------
@@ -19,11 +19,11 @@
* `ant detailed.tests` will run Controls ''detailed'' tests
If you do not use ''checkin.tests'' or ''detailed.tests'' targets which start
tomcat, deploy webapps, and stop tomcat, you'll need to do it yourself.
- * To stop/start/deploy apps to Tomcat use the following from ''controls/test''
+ * To start/start Tomcat use the following from ''controls/test''
* `ant tomcat.start`
* `ant tomcat.stop`
-To deploy and undeploy webapps use the ''ensure.deployed'' target in
''controls/test/webapps''
+To deploy and undeploy webapps to a running instance of Tomcat use the
''ensure.deployed'' target in ''controls/test/webapps''
* `ant ensure.deployed`
* `ant undeploy`