You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2006/08/24 03:20:23 UTC

svn commit: r434277 - /cocoon/trunk/README.txt

Author: vgritsenko
Date: Wed Aug 23 18:20:20 2006
New Revision: 434277

URL: http://svn.apache.org/viewvc?rev=434277&view=rev
Log:
jetty6 does not exist, but jetty does.

Modified:
    cocoon/trunk/README.txt

Modified: cocoon/trunk/README.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/README.txt?rev=434277&r1=434276&r2=434277&view=diff
==============================================================================
--- cocoon/trunk/README.txt (original)
+++ cocoon/trunk/README.txt Wed Aug 23 18:20:20 2006
@@ -95,11 +95,11 @@
 
 Go to core/cocoon-webapp:
   $ mvn cocoon:deploy
-  $ mvn jetty6:run
+  $ mvn jetty:run
 
 Point your browser to http://localhost:8888/
 
-(Don't use jetty6:run-exploded as in this case the jetty6 plugin will
+(Don't use jetty:run-exploded as in this case the jetty6 plugin will
  alter the webapp build by the Cocoon deployer again!)
 
 See also MAVEN REPOSITORY MIRRORS above.