简体   繁体   中英

Wso2 esb 5 tooling port offset not working

I am using new Mars 2 with esb tooling. I have added an local esb server with a carbon offset of 5. When I start run the server it starts correctly but the offset 5 does not have any impact none of the ports are incremented. Starting the esb server from cmd works fine with offset.

Anyone else faced the same issue?

Here is the screen shot of the step while adding new server to eclipse, and I am giving the offset as 5 . But when i start the server it starts on the 9443.

在此处输入图片说明

The screen you have attached, actually reads values from configuration files inside ESB and populates accordingly. So if you want an offset to your ports, then you should first change the following in <ESB_HOME> /repository/conf/carbon.xml

<Offset>4</Offset>

There after if you load the server configuration, you will see the Carbon server offset correctly reflecting as you have specified as below. The developer studio does not write values to files rather reads values from the them. So if a change is required to the default values, they should be first changed in the respective file.

New server dialog box

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM