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.

Thnx.

Dims.


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

Reply via email to