Tomcat log warnings for connection parameter limits?

2024-04-09 Thread Baron Fujimoto
I'm investigating occasional 503 errors for our CAS service running in a
Tomcat 10.1.x container. The 503s appear to correlate with some traffic
spikes at the same time.

The connector is configured as follows:



Can Tomcat log info such as when the maxThreads or maxConnections limits
are reached? I'm basically trying to see if there is a good way to
more definitively determine what may have caused the 503s and what may be
feasible to mitigate them.

-- 
Baron Fujimoto  ::: UH Information Technology Services
minutas cantorum, minutas balorum, minutas carboratum descendus pantorum


Retrieve server.built, server.number

2024-04-09 Thread prat 007
Hi All,

I would like to know is there a way to find tomcat's server.built and
server.number remotely using tool loke curl or from browser?

I am currently running tomcat v 9.0.87.

This information gets displayed when we run version.sh or in the starting
logs when tomcat starts up but how we can find it without logging into the
tomcat server.

Thanks,


Re: Tomcat & Http 103 Early Hint

2024-04-09 Thread xulin y
Hi Mark,

Is there any chance I could help with delivering this new feature? At
least, I can help with writing some tests.

I think this new http feature can be beneficial a lot for web application
page load performance. Therefore, this is crucial for the whole Tomcat
community.

By Xulin Yang
Kind Regards

Mark Thomas  于2024年4月8日周一 19:24写道:

> 8 Apr 2024 10:26:23 xulin y :
>
> > Hi,
> > I would like to ask about whether Tomcat has support for http 103 early
> > hint response status?
>
> Not at the moment.
>
> > I have checked the latest
> > doc that
> >
> >
> https://tomcat.apache.org/tomcat-11.0-doc/servletapi/jakarta/servlet/http/HttpServletResponse.html
> > does not have 103 response status.
> >
> > If not, do we have any plan to implement it?
>
> It is expected to be part of Servlet.next / Tomcat 12. If possible, there
> is a good chance it will be back-ported to earlier Tomcat versions.
>
> Mark
>
>
> >
> > By Xulin Yang
> > Kind Regards
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>