[ 
http://issues.apache.org/jira/browse/GERONIMO-1352?page=comments#action_12362479
 ] 

Lin Sun commented on GERONIMO-1352:
-----------------------------------

If it helps, here's the syntax I used to specify the port, which worked well 
for me:

    <gbean name="JMXService">
      <attribute 
name="url">service:jmx:rmi://0.0.0.0/jndi/rmi://localhost:1098/JMXConnector</attribute>
    </gbean>

> RMI port number is not specified in URL for JMXConnector in server config.xml 
> files
> -----------------------------------------------------------------------------------
>
>          Key: GERONIMO-1352
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1352
>      Project: Geronimo
>         Type: Bug
>   Components: startup/shutdown, usability
>     Reporter: John Sisson
>     Assignee: Aaron Mulder
>      Fix For: 1.0.1

>
> The port number should be specified in the JMXConnector URL so that a user 
> can search and replace the current port number (e.g. 1099) with the new value.
> Currently the JMXConnector URL does not specified the port number therefore 
> it always uses the default port.
> Currently if a user changes the RMI port number they will get exceptions at 
> startup.
> *** I tried changing the JMXConnector URL to specify the port but it was not 
> used.  Basically this means if a site has port 1099 in use, they cannot run 
> Geronimo.  ***

-- 
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

Reply via email to