[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8329) Automatic detection of web port does not work for EAP 4.3

Magnus Mogren (JIRA) jira-events at lists.jboss.org
Fri Feb 4 08:54:39 EST 2011


Automatic detection of web port does not work for EAP 4.3
---------------------------------------------------------

                 Key: JBIDE-8329
                 URL: https://issues.jboss.org/browse/JBIDE-8329
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JBossAS
    Affects Versions: 3.2.0.CR1
            Reporter: Magnus Mogren
            Assignee: Rob Stryker


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.



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list