1

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.?

Community
  • 1
  • 1

2 Answers2

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.

More info DSS, ESB

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