Hi,

When clustering noticed there are two places to set proxy ports.
What's the requirement behind this?

When I set the proxy ports in catalina-server.xml file - can't directly
access the AS instance via 9763, 9444 ports
but, in axis2.xml - can access the 9763 and 9444 ports directly.

*catalina-server.xml*
 <Connector  protocol="org.apache.coyote.http11.Http11NioProtocol"
                port="9763"
        proxyPort="80"

*axis2.xml*
 <transportReceiver name="http"

class="org.wso2.carbon.core.transports.http.HttpTransportListener">
        <!--
           Uncomment the following if you are deploying this within an
application server. You
           need to specify the HTTP port of the application server
        -->
        <parameter name="port">9763</parameter>

        <!--
       Uncomment the following to enable any proxy like Apache2 mod_proxy
or any load balancer. The port on the proxy server like Apache is 80
       in this case.
        -->
        <!--parameter name="proxyPort">80</parameter-->
    </transportReceiver>

Thanks
Amalka

Amalka Subasinghe

WSO2 Inc.
Mobile: +94 77 9401267
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to