I have issues with port offsets I am using locally installed wildfly 10 without any explicit configs.
The thing is, once I deploy three different war files with three different port offsets, the latest instance/port accepts all the requests for all war files.
Why is that so?
for example:
localhost:8100/war1/helloworld -> not working
localhost:8200/war2/helloworld -> not working
localhost:8300/war1/helloworld -> works
localhost:8300/war2/helloworld -> works
localhost:8300/war3/helloworld -> works