You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2005/12/06 00:51:09 UTC

[jira] Updated: (GERONIMO-1151) Changing EJB port from 4201 to another value in config.xml does not take effect

     [ http://issues.apache.org/jira/browse/GERONIMO-1151?page=all ]

John Sisson updated GERONIMO-1151:
----------------------------------

    Priority: Blocker  (was: Major)

> Changing EJB port from 4201 to another value in config.xml does not take effect
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1151
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1151
>      Project: Geronimo
>         Type: Bug
>   Components: OpenEJB, startup/shutdown
>     Versions: 1.0
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Blocker

>
> If the EJB port is changed in the geronimo/var/config/config.xml file, it does not take effect.  
> For example, change
>   <configuration name="org/apache/geronimo/Server">
>     <gbean name="openejb:name=EJB,type=NetworkService">
>       <attribute name="host">0.0.0.0</attribute>
>       <attribute name="port">4201</attribute>
>     </gbean>
>   </configuration>
> to:
>   <configuration name="org/apache/geronimo/Server">
>     <gbean name="openejb:name=EJB,type=NetworkService">
>       <attribute name="host">0.0.0.0</attribute>
>       <attribute name="port">14201</attribute>
>     </gbean>
>   </configuration>
> At startup, you see..
>   Listening on Ports:
>     4201 0.0.0.0 ActiveIO Connector EJB

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