Edit var/config/config-substitutions.properties on your remote server and change RemoteDeployHostname to the hostname of your machine. Then try the remote deployment again.
The RemoteDeployHostname property was probably set to 'localhost' and so the deployer was actaully trying to upload a file to your local server which was not running at that time. Which explains the connection refused error. But then when you started the server on your local machine and the error changed to "file not found" since the file got uploaded successfully to your local machine but the deployment operation was being performed on the remote server. That's at least what happened in my case. Hope this helps, Jarek On Dec 12, 2007 7:00 AM, ivanrc <[EMAIL PROTECTED]> wrote: > > I trying to deploy my JMS Resources remotedly. This command run well in local > but I obtain this exeception deploying remotedly. whats happen? > > java -jar %GERONIMO_HOME%/bin/deployer.jar --user system --password manager > --host pepew2k deploy JmsResources.xml > %GERONIMO_HOME%/repository/org/apache/geronimo/modules/geronimo-activemq-ra/2.0.2/geronimo-activemq-ra-2.0.2.rar > > Uploading 2 file(s) to server > Error: Unable to distribute geronimo-activemq-ra-2.0.2.rar: > Connection refused: connect > Connection refused: connect > > -- > View this message in context: > http://www.nabble.com/Remote-deploy-JMS-Resources-tp14293818s134p14293818.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >
