RE: Monitoring Virtual Threads via JMX / MBeans in Tomcat

2025-06-25 Thread Rose Mary P T
Dear Rémy Maucherat, Thank you for your comments. I have another question: can we configure both virtual threads and platform threads in the same Apache Tomcat server.xml file? Specifically, is it possible to set up one connector to support an application using virtual threads, and another con

Re: Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Christopher Schultz
Mark, On 6/25/25 9:58 AM, Mark Thomas wrote: On 25/06/2025 14:07, Mark Thomas wrote: I think I need to look at the rules for merging welcome resources. That might prompt some changes to the PR. At the moment, a is almost certain to match since it will likely be using extension mapping ma

Re: Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Mark Thomas
On 25/06/2025 14:07, Mark Thomas wrote: I think I need to look at the rules for merging welcome resources. That might prompt some changes to the PR. At the moment, a is almost certain to match since it will likely be using extension mapping making any welcome resources that follow unneces

Re: Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Mark Thomas
On 25/06/2025 09:17, Rémy Maucherat wrote: On Wed, Jun 25, 2025 at 9:19 AM Mark Thomas wrote: All, Servlet 6.2 intends to address a long standing (more than 10 years) issue with welcome files. Consider the following: - *.do is mapped to a servlet - welcome files are index.jsp, index.do The

Re: Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Mark Thomas
Tim, Thanks for looking at this. On 25/06/2025 13:55, Tim Funk wrote: This is a good cleanup. I one question for confirmation, let's say we have this config: index.html index.do index.htm With -- request = /foo/ -- AND file exists of = /foo/index.htm Since index.htm exists, we'd process as /f

Re: Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Tim Funk
This is a good cleanup. I one question for confirmation, let's say we have this config: index.html index.do index.htm With -- request = /foo/ -- AND file exists of = /foo/index.htm Since index.htm exists, we'd process as /foo/index.htm despite it being "3rd" in the welcome file list since welcome

Re: Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Rémy Maucherat
On Wed, Jun 25, 2025 at 9:19 AM Mark Thomas wrote: > > All, > > Servlet 6.2 intends to address a long standing (more than 10 years) > issue with welcome files. Consider the following: > > - *.do is mapped to a servlet > - welcome files are index.jsp, index.do > > The intention is that the index.js

Servlet 6.2 / Tomcat 12 - Welcome files

2025-06-25 Thread Mark Thomas
All, Servlet 6.2 intends to address a long standing (more than 10 years) issue with welcome files. Consider the following: - *.do is mapped to a servlet - welcome files are index.jsp, index.do The intention is that the index.jsp page should be used if present and index.do (which always maps