On July 30, 2020 5:49:41 PM UTC, Igal Sapir <i...@lucee.org> wrote:
>Hello,
>
>I have the following in web.xml:
>
>  - A servlet named Lucee, mapped to by URI pattern "*.cfm"
>  - A default servlet from Tomcat, with init-param listings=true
>  - A welcome-file of "index.cfm"
>
>My expectation is that for a request to a given directory, if a file
>named
>index.cfm exists then it would be passed to the Lucee servlet, and if
>not,
>the Directory Listings will be displayed.
>
>Instead, requests to a given directory are forwarded to Lucee, which
>return
>a 404.
>
>Is it possible to configure Tomcat so that it would check if the file
>exists before matching the URI pattern of the welcome file?  This (as
>all
>Directory Listings, I would hope) is for a Development setup so it's OK
>if
>the check adds a few more microseconds to the request.
>
>Thanks,
>
>Igal

Look at the resourceOnlyServlets attribute on Context.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to