3 Replies Latest reply on Jun 8, 2017 7:17 AM by ctomc

    JBWEB000124: The requested resource is not available.

    slava1961

      Colleagues.

      I'am new to JBOSS.  I need to migrate web application from Tomcat to JBOSS . (SpringMVC,SpringSecurity,SpringData,PostgreSQL)

      I downloaded JBOSS EAP 6.2 and installed.

      I changed enable-welcome-root to "false".

      I created jboss-web.xml

      <?xml version="1.0" encoding="UTF-8"?>

          <jboss-web>

              <context-root>/</context-root>

          </jboss-web>

      I successfully deployed app via console.

      But if I try

      http://localhost:8080/index.html

      I see

      JBWEB000309: type JBWEB000067: Status report

      JBWEB000068: message /index.html

      JBWEB000069: description JBWEB000124: The requested resource is not available.


       

      Why?

      Help me, please

       

      WBR, Slava