Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-1151

Changing EJB port from 4201 to another value in config.xml does not take effect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0
    • 1.0
    • OpenEJB, startup/shutdown
    • Security Level: public (Regular issues)
    • None

    Description

      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

      Attachments

        Activity

          People

            jcscoobyrs Jeremy Whitlock
            johnrsisson John Sisson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: