The default servlet already is mapped to / so your mapping below is not needed.

Tomcat's default servlet is defined in $CATALINA_HOME/conf/web.xml


-Tim

Dmitry S. Kravchenko wrote:

Hi!

How can I configure existance of default servlet?
This servlet, as I can see, allows me to use following mappings

  <servlet-mapping>
    <servlet-name>default</servlet-name>
    <url-pattern>/res/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>

See, that I don't want to write this servlet by my own, it should already
exist somewhere in the Tomcat.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to