Re: At least one JAR was scanned for TLDs yet contained no TLDs.

2020-10-07 Thread Martin Grigorov
Hi, On Wed, Oct 7, 2020 at 9:46 PM Raivo Rebane wrote: > Hello > > If I start Tomcat9 I got following: > > [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR > was scanned for TLDs yet contained no TLDs. Enable debug logging for > this logger for a complete list of JARs that w

Re: Is Tomcat7 supports HTTP2

2020-10-07 Thread Martin Grigorov
Hi, On Thu, Oct 8, 2020 at 9:32 AM Tosh, Bibhuti Bhusan (Bibhuti) < bt...@avaya.com> wrote: > HI All, > I am an user of tomcat7 version. I wanted to know this version tomcat > 7.0.105 supports HTTP2 and CVE-2020-11996 is still applicable to tis > version. I did not any reference of tomcat7 suppor

Is Tomcat7 supports HTTP2

2020-10-07 Thread Tosh, Bibhuti Bhusan (Bibhuti)
HI All, I am an user of tomcat7 version. I wanted to know this version tomcat 7.0.105 supports HTTP2 and CVE-2020-11996 is still applicable to tis version. I did not any reference of tomcat7 supporting HTTP2 and so asking this questions to community. Thanks in advance. Regards, --Bibhuti

Re: new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread marc . davenport
On 10/7/20 2:50 PM, Mark Thomas wrote: On 07/10/2020 19:47, marc.davenp...@oracle.com wrote: On 10/7/20 1:51 PM, Mark Thomas wrote: On 07/10/2020 18:29, marc.davenp...@oracle.com wrote: I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some significant changes that I don't see l

JARS missing TLD

2020-10-07 Thread Raivo Rebane
Hello How to add JARS missing TLD to tomcat classpath ? Regards Raivo - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread Mark Thomas
On 07/10/2020 19:47, marc.davenp...@oracle.com wrote: > > On 10/7/20 1:51 PM, Mark Thomas wrote: >> >> On 07/10/2020 18:29, marc.davenp...@oracle.com wrote: >>> I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some >>> significant changes that I don't see listed in the changelog. >

Re: new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread marc . davenport
On 10/7/20 1:51 PM, Mark Thomas wrote: On 07/10/2020 18:29, marc.davenp...@oracle.com wrote: I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some significant changes that I don't see listed in the changelog. There are covered by the entry for bug 64540. Ah, thank you for t

At least one JAR was scanned for TLDs yet contained no TLDs.

2020-10-07 Thread Raivo Rebane
Hello If I start Tomcat9 I got following: [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them.  I would like to kno

Re: new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread Mark Thomas
On 07/10/2020 18:29, marc.davenp...@oracle.com wrote: > I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some > significant changes that I don't see listed in the changelog. There are covered by the entry for bug 64540. > Until 9.0.37 tomcat-embed-core.jar did not have a module

new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread marc . davenport
I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some significant changes that I don't see listed in the changelog. Until 9.0.37 tomcat-embed-core.jar did not have a module-info. Now in 9.0.38 it does.  This changes the modules I need to require when using it. This may be the r

Re: completely automated (for real) Let's Encrypt on embedded Tomcat

2020-10-07 Thread Garret Wilson
As always thanks for the discussion, Chris. More replies and a new idea below: On 10/6/2020 2:45 PM, Christopher Schultz wrote: … What if your Docker container would just run certbot on launch? But then I'm back to being a sysadmin, because the Docker container is like a little OS and I have

Static context from server.xml no longer working after upgrade to tomcat 9.0.37

2020-10-07 Thread Haddix, Linda
We are in the process of upgrading from Tomcat 8.0.36 to Tomcat 9.0.37 for the samesite cookie issue. We found very few differences in the version except for a context (static) in server.xml for static content now gives a 404 in tomcat. I have checked the logs and it is getting past apache 2.4

Re: VersionLoggerListener

2020-10-07 Thread Martin Grigorov
On Wed, Oct 7, 2020 at 2:19 PM Raivo Rebane wrote: > Hello > > I removed org.apache.catalina.startup.VersionLoggerListener > > but I got following error: > > java.lang.NoSuchMethodError: 'org.apache.catalina.Engine > org.apache.catalina.Service.getContainer()' > I'd recommend you to download a

Re: VersionLoggerListener

2020-10-07 Thread Raivo Rebane
Hello I removed  org.apache.catalina.startup.VersionLoggerListener but I got following error: java.lang.NoSuchMethodError: 'org.apache.catalina.Engine org.apache.catalina.Service.getContainer()' Regards Raivo On 07.10.20 14:01, Martin Grigorov wrote: Hi, On Wed, Oct 7, 2020 at 1:51 PM Ra

Re: VersionLoggerListener

2020-10-07 Thread Martin Grigorov
Hi, On Wed, Oct 7, 2020 at 1:51 PM Raivo Rebane wrote: > Hello > > My tomcat9 don't starts and gives error: > > java.lang.ClassNotFoundException: > org.apache.catalina.startup.VersionLoggerListener > > How to resolve this problem ? > Download Tomcat again. Your installation must be corrupted

VersionLoggerListener

2020-10-07 Thread Raivo Rebane
Hello My tomcat9 don't starts and gives error:  java.lang.ClassNotFoundException: org.apache.catalina.startup.VersionLoggerListener How to resolve this problem ? Regards Raivo - To unsubscribe, e-mail: users-unsubscr...@