5 Replies Latest reply on May 10, 2016 11:45 PM by jaikiran

    How may i Serve Servlet by classname (to Wildfly migration)

    deltrant

      I'm trying to migrate a really old application(13 years) , where servlets (almost 200) are not mapped on web.xml. instead they are called like /servlet/co.com.package.servlet.myServlet. It was installed a websphere application server (WAS) where you can add a property com.ibm.ws.webcontainer.disallowServeServletsByClassname  to the server to make it work like before. Is there some way to achieve the same in Wildfly 9?