Question

Form the default installattion I think I see a typo mistake in axis2.xml, from line 300:

   <transportReceiver name="https" class="org.apache.synapse.transport.passthru.PassThroughHttpSSLListener">
        <parameter name="port" locked="false">8243</parameter>
        <parameter name="non-blocking" locked="false">true</parameter>-->
        <!--parameter name="bind-address" locked="false">hostname or IP address</parameter-->
        <!--parameter name="WSDLEPRPrefix" locked="false">https://apachehost:port/somepath</parameter-->
        <parameter name="httpGetProcessor" locked="false">org.wso2.carbon.transport.nhttp.api.PassThroughNHttpGetProcessor</parameter>
        <parameter name="keystore" locked="false">

I think at the end of the third line the "-->" is wrong. It should be removed.

Was it helpful?

Solution

Yes. It must be a mistake.

Please create a JIRA for API Manager project.

You may also use WSO2 dev@ mailing list to communicate these type of issues and create JIRAs.

I hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top