Reputation: 131
I know we can change offset to change port for wso2 api manager. But that changes overall system port. I have a particular requirement to configure wso2 api manager in which Each Tenant will have a different ports for execution. By default all tenant along with carbons.super is running on 8243 and 8280 ports. is there a way to change it for tenant ? thank you.
Upvotes: 0
Views: 177
Reputation: 12502
You can open new ports by copy-pasting below sections in axis2.xml
and changing just the port. But you can't restrict them by tenants.
<transportReceiver name="http" class="org.apache.synapse.transport.passthru.PassThroughHttpListener">
<transportReceiver name="https" class="org.apache.synapse.transport.passthru.PassThroughHttpSSLListener">
Upvotes: 1