Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-24991

Improve server port offset detection by inspecting configured system properties

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • 4.30.x
    • 4.5.0.Final
    • server
    • None

    Description

      The default Wildfly standalone.xml config has port offset configured like this:

      <socket-binding-group ... port-offset="${jboss.socket.binding.port-offset:0}">
      

      With the way our configuration process is set up we don't change that. Instead we add a system property to the same config file:

      <system-properties>
          <property name="jboss.socket.binding.port-offset" value="10"/>
      </system-properties>
      

      The problem is JBoss Tools doesn't detect this currently. It could be improved to inspect the port-offset attribute and find the corresponding system property value.

      Attachments

        Activity

          People

            rob.stryker Rob Stryker (Inactive)
            vsevolodgol Vsevolod Golovanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: