Hi,
Description:
I am doing a udemy course about keycloak etc. unfortunately the lecturerer is using keycloak 10.0.0 and has no time to update or explain his steps for Keycloak 18.0.0.
So, what I would like to do for my testing environment is, to initiate two keycloak server.
One should run on
- http://localhost:8080 and the other one should run on:
- http://localhost:8083
In the past the command would have been:
./standalone.sh -Djboss.socket.binding.port-offset=100
For some reasons this command does not work.
What’s the new way?
I am indifferent, if you give me an explanation for Win/Linux/Mac. Anything would be great.
Thank you in advance