Reputation: 2256
I started using wso2 api manager for providing gateway to our project rest api services.
I am successfully running the api interface locally on this url
https://localhost:9443/publisher
Now, we had to install the wso2 api manager on linux machine.
Only blocker is 9943 port is not open by server team.
They had provided 10397,8280,8243,7711 as available ports.
But even trying with reference, port is not changed on wso2server startup.
Any suggestions ?
Upvotes: 2
Views: 2219
Reputation: 2256
I am able change port to 8280 by specify negative value in carbon.xml
<Offset>-1163</Offset>
My Observation is that increment of ports from 9443 to larger value is not working due to conflict with other ports used by embedded products while decrements to lesser value is working fine.
I hope it helps to other users.
Upvotes: 2