You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/04/16 23:09:49 UTC

[Apache Geronimo Wiki] Updated: BuildingAndRunning

   Date: 2004-04-16T14:09:46
   Editor: 66.61.163.153 <>
   Wiki: Apache Geronimo Wiki
   Page: BuildingAndRunning
   URL: http://wiki.apache.org/geronimo/BuildingAndRunning

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -116,10 +116,10 @@
 
 You can find the schema files in ${geronimo.base.dir}/schema
 
-To deploy a new configuration use the `deploy.jar` command:
+To deploy a new configuration use the `deployer.jar` command:
 {{{
 $ cd target
-$ java -jar bin/deploy.jar --install --plan <your-plan>.xml
+$ java -jar bin/deployer.jar --install --plan <your-plan>.xml
 }}}
 
 You should only run this with the server stopped - online deployment will be available soon when default deployment includes the remoting layer.