I'm using the eclipse microprofile (2.1) feature on my open liberty. But all functions are running on root path (for example /health). I want to have it on an other context like "/app".
Is it to possible to do a configuration for that (maybe on server.xml)? I couldn't find anything.
Not it is: localhost:8090/health But i want: localhost:8090/app/health