WildFly localhost 'forbidden' access

26 views Asked by At

I am trying to create a Jakarta, JAX-RS and wildfly enviroment. I can startup a deployment and access the wildfly homepage. But when i want to access my resources (e.g. @Path("/health")). I receive a FORBIDDEN error:

enter image description here

When I looked at the management console I saw that there is no JAX_RS deployedL

enter image description here

I am utterly lost at what to do. Can somebody help

I have tried adding management and application users, creating a web.xml, creating a extension of Application, creating a CORS filter, updating my pom.xml file

0

There are 0 answers