Re: [Resin-interest] default servlet mapping

2007-03-09 Thread Serge Knystautas
The Resin file servlet has the server-name "resin-file". You can check the app-default.xml for these types of default mappings. -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] Ioannis Cherouvim wrote: > Hello > > I h

Re: [Resin-interest] default servlet mapping

2007-03-08 Thread Bill Au
You need a block to define a servlet with the name default. This should come before default _package.classname_ Take a look at the DirectoryServlet in resin.conf as an example. Bill On 3/8/07, Ioannis Cherouvim <[EMAIL PROTECTED]> wrote: Hello I have a webapp which uses a servlet to

[Resin-interest] default servlet mapping

2007-03-08 Thread Ioannis Cherouvim
Hello I have a webapp which uses a servlet to catch all urls for processing (front controller). The pattern for this servlet is: / Before that I need to tell the container that all static content will pass from the default servlet (or fileservlet in resin). In tomcat and jetty I do that using: