2 Replies Latest reply on Jul 5, 2005 4:30 PM by gmoh

    servlet mapping

    gmoh

      suppse i have an application with the context root set to myapp.
      is it possible to map the urls http://host/myapp/a/myservlet and http://myapp/b/myservlet to the same servlet class? if so, what needs to go into the url-pattern value in web.xml?
      any help is appreciated.