1 Reply Latest reply on Mar 16, 2004 2:46 PM by adrian.brock

    Mapping the invoker Servlet

    abumgardner

      Environment:
      Windoze 2000 Professional/Server
      JBoss 3.2.3

      I have a web application that I am currently running in Tomcat 4.1. In Tomcat I have the invoker servlet mapped to servlet/*. To accomplish this I added the code below to the web.xml file:

       <servlet-mapping>
       <servlet-name>invoker</servlet-name>
       <url-pattern>/servlet/*</url-pattern>
       </servlet-mapping>
      


      In the JBoss world where would I make this change?

      I am deploying my app by placing the war file into the default/deploy directory. I tried making the above change to the web.xml file in the default/conf directory to no avail. It appears the server changes this file back to its original state.

      Thanks,
      Adam