[ http://issues.apache.org/jira/browse/GERONIMO-1151?page=all ]
John Sisson updated GERONIMO-1151:
----------------------------------
Fix Version: 1.0
Assign To: (was: John Sisson)
> 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
> Priority: Blocker
> Fix For: 1.0
>
> 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