Version 4

    Installing and activating WSDLPortFixFilter

     

    WSDLPortFixFilter is a Servlet filter that has been developed to bypass limitations in JBoss WS 1.0.3.SP1 and below with respect to detecting port changes in JBoss Web/Tomcat connectors. The filter is available for both 2.4 and 2.6.

     

     

    If you run Portal on JBoss AS 4.2.x and above, WSDLPortFixFilter is not needed and you can deactivate it by commenting the following lines out in portal-wsrp.sar/portal-wsrp.jse/WEB-INF/web.xml:

     

    <!-- Fixes port numbers that are not properly propagated by JBoss WS -->
       <filter>
          <filter-name>WSDLPortFixFilter</filter-name>
          <filter-class>org.jboss.portal.wsrp.servlet.WSDLPortFixFilter</filter-class>
       </filter>
       <filter-mapping>
          <filter-name>WSDLPortFixFilter</filter-name>
          <url-pattern>/*</url-pattern>
       </filter-mapping>