I have been trying to start WSO2 ESB and WSO2 DSS on my machine. I am currently having port conflicts. How do i resolve this.?
Asked
Active
Viewed 196 times
2 Answers
4
You can edit the port by changing the offset in
WSO2DSS_HOME/repository/conf/carbon.xml
<Offset>1</Offset>
default value is 0 and port is 9443, change it to 1, then DSS will start in 9444 port.

Isuru Gunawardana
- 2,847
- 6
- 28
- 60
3
You can also set the offset parameter every time you run a server, like this:
./wso2server.sh -DportOffset=1

user8658912
- 1,572
- 12
- 17