0 Replies Latest reply on Sep 29, 2015 9:22 AM by skull

    Context and Servlet with same Name.

    skull

      I have a war with name mywebapp.war and with contex app on servlet inside mapped by global/application.

       

      The problem is that on my apache its start GET /app/global/application HTTP/1.1

      But on my wildlfy 9.0.1 its start over ajp No mapping found for HTTP request with URI [/app/globallication] in DispatcherServlet with name 'springDispatcherServlet'

      The correct get on wildlfy is /app/global/application

       

      How can i make mod_cluster or ajp to do not cut or replace the APP from APPLICATION servlet?