Re: [OT] RE: How to get the tag name from within a taglib class ?

2020-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 9/15/20 13:18, Berneburg, Cris J. - US wrote: > CS> IMO, the JSP effort was a stepping-stone on a path to better > CS> technologies like Velocity, FreeMarker, and others. If I were > CS> king, JSP would just go away. Just my POV of course [

Re: Changing the keystore alias of the _default_ SSLHostConfig while running.

2020-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 9/16/20 09:37, Daniel Skiles wrote: > In case anyone finds this thread in a search engine in a few > years, I was > able to get this to work. Here are some notes if you are using > JSSE. > > * The operation is addSslHostConfig on the Pr

RE: tomcat warnings. [EXTERNAL]

2020-09-16 Thread Beard, Shawn
Shawn Beard Sr. Systems Engineer BTS +1-515-564-2528 -Original Message- From: Mark Thomas Sent: Wednesday, September 16, 2020 2:40 PM To: users@tomcat.apache.org Subject: Re: tomcat warnings. [EXTERNAL] ** CAUTION: External message On 16/09/2020 19:46, Beard, Shawn wrote: > I’m get

Re: tomcat warnings.

2020-09-16 Thread Mark Thomas
On 16/09/2020 19:46, Beard, Shawn wrote: > I’m getting these in the log: > >   > > 16-Sep-2020 14:39:42.909 WARNING [main] > org.apache.catalina.startup.SetAllPropertiesRule.begin > [SetAllPropertiesRule]{Server/Service/Connector} Setting property > 'compressibleMimeType' to > 'text/html,text/xml

tomcat warnings.

2020-09-16 Thread Beard, Shawn
I’m getting these in the log: 16-Sep-2020 14:39:42.909 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'compressibleMimeType' to 'text/html,text/xml,text/plain,text/css,text/javascript,application/xml,appli

Re: Changing the keystore alias of the _default_ SSLHostConfig while running.

2020-09-16 Thread Daniel Skiles
In case anyone finds this thread in a search engine in a few years, I was able to get this to work. Here are some notes if you are using JSSE. * The operation is addSslHostConfig on the ProtocolHandler Mbean. * You must have org.apache.tomcat:tomcat-coyote on your classpath. * You must create bo

[ANN] Apache Tomcat 8.5.58 available

2020-09-16 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.58. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers t

[ANN] Apache Tomcat 9.0.38 available

2020-09-16 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.38. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.38 is a bugfix and feat

Re: Low throughput with HTTP2

2020-09-16 Thread Martin Grigorov
Hi Remy, On Tue, Sep 15, 2020 at 6:16 PM Rémy Maucherat wrote: > On Tue, Sep 15, 2020 at 5:08 PM Martin Grigorov > wrote: > > > Hi Mark, > > > > On Tue, Sep 15, 2020 at 3:34 PM Mark Thomas wrote: > > > > > On 15/09/2020 12:46, Martin Grigorov wrote: > > > > On Tue, Sep 15, 2020 at 2:37 PM Mart