deploy command cannot be run when server is stopped as help indicates ---------------------------------------------------------------------
Key: GERONIMO-1218 URL: http://issues.apache.org/jira/browse/GERONIMO-1218 Project: Geronimo Type: Bug Components: deployment Versions: 1.0-M5 Environment: Windows 2000 Reporter: Nell Gawor I'm not 100% sure if this is a documentation problem or a deployment problem, but I'm pretty sure its just a documentation problem. When running java -jar deployer.jar help deploy The help says: "If the server is not currently running, the module will be marked to start next time the server is started." Trying to actually run java -jar deployer.jar deploy hello.war when the server is not started starts the offline deployer and complains 09:50:56,736 INFO [SecurityServiceImpl] JACC factory registered Error: This command cannot be run unless connecting to a running server. Specify --url if server is not running on the default port on localhost. Using distribute instead works as expected. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira