Look in conf/web.xml -- it is commented out by default. It is widely considered evil to use the default servlet. At a minimum, it poses security risks.
Tim -----Original Message----- From: Dmitry S. Kravchenko [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 11:23 AM To: users@tomcat.apache.org Subject: Default servlet 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]