1 Reply Latest reply on Jul 19, 2019 2:50 AM by hans3429

    accessing unmanaged deployment page is forbidden

    hans3429

      Hi

       

      I am testing with wildfly17.

      when I upload war file to wildfly, it worked. But deploying unmanaged war file, always gives me forbidden.

       

      I searched some information to solve this problem. Forbidden when running http://localhost:8080/myproject is the problem what I searched for. but it doesn't solved my problem completely.

      I tryed adding <welcome-file-list> to web.xml. It worked at archived unmanaged deployment, but exploded unmanaged deployment still gives me a forbidden page.

       

       

      summary : Why my exploded unmanaged deployment gives me forbidden page?

       

       

       

      wildfly17

      Centos 7

       

      my app is made just for wildfly test, its' directory is so simple.

      app.war/ (exploded)

        META-INF/

        └....

        WEB-INF/

        └web.xml

        index.jsp

        • 1. Re: accessing unmanaged deployment page is forbidden
          jaikiran

          Do you have any index.html or index.jsp at the root of your .war file? If yes, then you don't need to do any configurations to get it working. If not, please provide the exact contents of your war when it's in exploded form (you can do a directory listing of it and paste the output here). Also, paste any changes you did to your web.xml for welcome file listing.