0 Replies Latest reply on Mar 16, 2004 2:21 PM by abumgardner

    Mapping the invoker Servlet

    abumgardner

      JBoss 3.2.3
      Windows 2000 Professional/Server

      I have a web application and I want to map the invoker servlet to servlet/*. For this same application to run in standalone Tomcat 4.1 I added the following to the web.xml file:

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

      Which xml config file would I need to modify in the JBoss world? To deploy my webapp I am dropping the war file into the default/deploy directory. I have tried changing the Web.xml file in the default/conf dir but the server always changes this file back to its original state.

      Thanks,
      Adam