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

Automatic detection of web port does not work for EAP 4.3

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.2.1.M1, 3.3.0.M1
    • 3.2.0.CR1
    • server
    • None

      The automatic detection of web port does not work for EAP 4.3 servers.
      The reason is a faulty XPath expession used to detect the port: //Server/Service[@name='jboss.web']/Connector[count(@sslProtocol) = 0 and (count(@protocol) = 0 or @protocol = 'HTTP/1.1')]

      That expression tries to get the value of the Connector element in the server.xml, not the port attribute of the element.

            rob.stryker Rob Stryker (Inactive)
            magmog Magnus Mogren (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: