You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andreas Billmann <An...@wearix.com> on 2001/03/02 12:42:19 UTC

url-pattern in tomcat-3.3-m1?

Hi,
is it correct that there is no conf/web.xml file in the
jakarta-tomcat-3.3-m1.zip package ?
Where can i set the following url-pattern now ?

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

Thanks for help.
Andi