Pravin
Pravin

Reputation: 131

Wso2 API Manager : Different API Endpoint port for each Tenant

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

Answers (1)

Bee
Bee

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

Related Questions