On Tue, Jul 05, 2005 at 09:10:42PM +0530, Sundaranathan S wrote: > When i use "list-modules" to see the modules deployed my > application is not listed. So i ran the command "java -jar > bin/deployer.jar distribute c:\scratch\SampleWebApp\hello1.war" but it > gives the following error ... ... > Error: Unable to connect to local deployer service
When i see this error it's usually because I'm running the deployer on a machine that's got an instance of Geronimo already running. The "distribute" command is designed to run offline so it gets confused if Geronimo is running on the same box. Try it with no Geronimo instance running. HTH, Toby
