0
votes

Can we create two API's and publish it in two different endpoints as shown below. Endpoints example: API1 : https://localhost:8244/API1 API2 : https://localhost:8245/API2

I know we can achieve it by using multiple gateways but it uses more than one API manager instances.

Can anyone suggest is it possible using single API manager instance in wso2?

1
What are you trying to achieve by this? - Bee
Single API manager will be on single port, it is not possible for an application to start on multiple ports - amg_amit

1 Answers

1
votes

You can use a reverse proxy (eg. nginx) in front of API Manager to listen on 2 ports and forward the requests to APIM.