No reason that I know of.  Do you want to update the configs?

-dain

On Dec 7, 2005, at 7:17 PM, David Jencks wrote:

Is there some important reason this gbean has a nonstandard name? Can we change it to a standard jsr77 style name???

thanks
david jencks

On Dec 7, 2005, at 6:59 PM, Jeremy Whitlock (JIRA) wrote:

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

Jeremy Whitlock commented on GERONIMO-1151:
-------------------------------------------

While working on this, Dain found the issue and it is actually a config.xml issue. The file should look like so:

<configuration name="org/apache/geronimo/Server">
   <gbean name="geronimo:name=EJB,type=NetworkService">
     <attribute name="host">0.0.0.0</attribute>
     <attribute name="port">4201</attribute>
   </gbean>
 </configuration>

I tested it with:

<configuration name="org/apache/geronimo/Server">
   <gbean name="geronimo:name=EJB,type=NetworkService">
     <attribute name="host">0.0.0.0</attribute>
     <attribute name="port">14201</attribute>
   </gbean>
 </configuration>

and it started properly and the port was properly retained from the config.xml. Look forward to the commit from Dain to remedy this issue. Thanks Dain.

Take care,

Jeremy

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: Jeremy Whitlock
    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


Reply via email to