On 1/23/06, Sachin Patel <[EMAIL PROTECTED]> wrote: > If you wanted to use the deployer to deploy to a remote machine for > instance, you would use the --uri option to pass in remote server connection > attributes "host" and "port" in the form described below.
Though per my note the syntax in his original post is not right for 1.0, and it's probably more straightforward to use --host and --port than --uri. If you run the deployer with "help options" you should always get the most accurate list. Thanks, Aaron > On Jan 23, 2006, at 9:10 AM, Phani Madgula wrote: > > Hi, > > thanks for info...It all worked now.. > > Can you please tell me what "--uri <identifier>" option for deployer stand > for? > > The documenation says > > > --uri <identifier> > Where <identifier> is a Universal Resource Identifier (URI) that specifies > how the deployer is to contact the server. If this flag is not specified, > the deployer will attempt to contact the server using the standard port on > localhost. The identifier must have the following form: > deployer:geronimo:jmx:rmi:///jndi/rmi:[//host[:port]]/JMXConnector > where <host> is replaced with the host name or TCP/IP address of the system > where the server is running and <port> is replaced with the port number > where the server is listening. If unspecified, localhost and the default > port will be used. > > Thanks > phani > > > > On 1/23/06, Manu George <[EMAIL PROTECTED]> wrote: > > I forgot to mention substitute the value of your server port (5555) for > the --port parameter > > > > > > > > On 1/23/06, Manu George <[EMAIL PROTECTED] > wrote: > > > Hi Phani, > > > You need to specify the port or the Shutdown command > will default to the port 1099. The command is > > > java -jar bin/shutdown.jar --user system --password manager --port 1099 > > > > > > Regards > > > Manu > > > > > > > > > > > > On 1/23/06, Phani Madgula < [EMAIL PROTECTED] > wrote: > > > > > > > > Hi, > > > > > > > > This is just for information sake. I guess, it is a problem too.. > > > > > > > > When I start the server on a non-default RMI port[5555], and try to > shutdown using "shutdown" command, it is not shutting down. > > > > It is saying > > > > > > > > > > > > > > > > C:\IBM\geronimo-1.0\bin>shutdown > > > > Using GERONIMO_BASE: C:\IBM\geronimo-1.0 > > > > Using GERONIMO_HOME: C:\IBM\geronimo-1.0 > > > > Using GERONIMO_TMPDIR: C:\IBM\geronimo-1.0\var\temp > > > > Using JRE_HOME: C:\IBM\JDK > > > > Username: system > > > > Password: > > > > > > > > Locating server on port 1099... > > > > Could not communicate with the server. The server may not be running > or the port number may be incorrect. > > > > > > > > > > > > > > > > However, I am able to shutdown using console. > > > > > > > > Thanks > > > > > > > > phani > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >