You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Rémy Maucherat <re...@apache.org> on 2021/07/05 08:00:36 UTC

[ANN] Apache Tomcat 9.0.50 available

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.50.

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.50 is a bugfix and feature release. The notable
changes compared to 9.0.48 include:

- Re-work the HTTP/2 overhead protection to reduce the likelihood of
   false positives. Note that the default overheadCountFactor has changed
   from 1 to 10 and that the useful range is now 0 to ~20.

- Update to Eclipse JDT compiler 4.20.

- Fix regressions in JSP compilation in the previous release.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-9.0-doc/changelog.html


Downloads:
http://tomcat.apache.org/download-90.cgi

Migration guides from Apache Tomcat 7.x and 8.x:
http://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

Re: [ANN] Apache Tomcat 9.0.50 available

Posted by Robert Hicks <ro...@gmail.com>.
Yeah, weird. Downloaded it again and it's fine.

I am using that Java version on purpose, thanks.

On Tue, Jul 6, 2021 at 10:17 AM Konstantin Kolinko <kn...@gmail.com>
wrote:

> Logs from my smoke-testing of Windows installer
> (apache-tomcat-9.0.50.exe) a week ago:
>
> 28-Jun-2021 16:26:48.587 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Server version
> name:   Apache Tomcat/9.0.50
> 28-Jun-2021 16:26:48.607 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Server built:
>       Jun 28 2021 08:46:44 UTC
> 28-Jun-2021 16:26:48.607 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Server version
> number: 9.0.50.0
>
> The same logs are if I unpack and start apache-tomcat-9.0.50.zip
>
> SHA 512 of that file is
>
> 10515ccee311282386bb0549808d646c3c60b584f4c20f4ad577ac6068f0e4eb09ae93abc11df29c1328e2632df2c1c449d4002becdd6464c79766ade506c058
> *apache-tomcat-9.0.50.zip
>
> So all is OK. Please check your files.
>
> BTW, the current version of Java 8 is 8u292.
>
> вт, 6 июл. 2021 г. в 17:10, Robert Hicks <ro...@gmail.com>:
> >
> > I did a version and there seems to be a mismatch?
> >
> > PS C:\apache-tomcat-9.0.50> cd bin
> > PS C:\apache-tomcat-9.0.50\bin> .\version.bat
> > Using CATALINA_BASE:   "C:\apache-tomcat-9.0.50"
> > Using CATALINA_HOME:   "C:\apache-tomcat-9.0.50"
> > Using CATALINA_TMPDIR: "C:\apache-tomcat-9.0.50\temp"
> > Using JRE_HOME:        "C:\jdk8u282\jre"
> > Using CLASSPATH:
> >
> "C:\apache-tomcat-9.0.50\bin\bootstrap.jar;C:\apache-tomcat-9.0.50\bin\tomcat-juli.jar"
> > Using CATALINA_OPTS:   "-server -Xmx1024m -XX:MetaspaceSize=256m
> > -XX:MaxMetaspaceSize=256m
> > -Dorg.apache.catalina.connector.RECYCLE_FACADES=true
> > -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
> > -Dorg.apache.tomcat.util.http.ServerCookie.ALWAYS_ADD_EXPIRES=true
> > -D.org.apache.catalina.connector.ALLOW_BACKSLASH=false
> >
> -Dorg.apache.catalina.connector.response.ENFORCE_ENCODING_IN_GET_WRITER=true"
> > Server version: *Apache Tomcat/9.0.48*
> > Server built:   *Jun 10 2021 09:22:01 UTC*
> > Server number:  *9.0.48.0*
> > OS Name:        Windows 10
> > OS Version:     10.0
> > Architecture:   amd64
> > JVM Version:    1.8.0_282-b08
> > JVM Vendor:     AdoptOpenJDK
> > PS C:\apache-tomcat-9.0.50\bin>
> >
> > On Mon, Jul 5, 2021 at 4:02 AM Rémy Maucherat <re...@apache.org> wrote:
> >
> > > The Apache Tomcat team announces the immediate availability of Apache
> > > Tomcat 9.0.50.
> > >
> > > 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.50 is a bugfix and feature release. The notable
> > > changes compared to 9.0.48 include:
> > >
> > > - Re-work the HTTP/2 overhead protection to reduce the likelihood of
> > >    false positives. Note that the default overheadCountFactor has
> changed
> > >    from 1 to 10 and that the useful range is now 0 to ~20.
> > >
> > > - Update to Eclipse JDT compiler 4.20.
> > >
> > > - Fix regressions in JSP compilation in the previous release.
> > >
> > > Along with lots of other bug fixes and improvements.
> > >
> > > Please refer to the change log for the complete list of changes:
> > > http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
> > >
> > >
> > > Downloads:
> > > http://tomcat.apache.org/download-90.cgi
> > >
> > > Migration guides from Apache Tomcat 7.x and 8.x:
> > > http://tomcat.apache.org/migration.html
> > >
> > > Enjoy!
> > >
> > > - The Apache Tomcat team
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: [ANN] Apache Tomcat 9.0.50 available

Posted by Konstantin Kolinko <kn...@gmail.com>.
Logs from my smoke-testing of Windows installer
(apache-tomcat-9.0.50.exe) a week ago:

28-Jun-2021 16:26:48.587 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version
name:   Apache Tomcat/9.0.50
28-Jun-2021 16:26:48.607 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server built:
      Jun 28 2021 08:46:44 UTC
28-Jun-2021 16:26:48.607 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version
number: 9.0.50.0

The same logs are if I unpack and start apache-tomcat-9.0.50.zip

SHA 512 of that file is
10515ccee311282386bb0549808d646c3c60b584f4c20f4ad577ac6068f0e4eb09ae93abc11df29c1328e2632df2c1c449d4002becdd6464c79766ade506c058
*apache-tomcat-9.0.50.zip

So all is OK. Please check your files.

BTW, the current version of Java 8 is 8u292.

вт, 6 июл. 2021 г. в 17:10, Robert Hicks <ro...@gmail.com>:
>
> I did a version and there seems to be a mismatch?
>
> PS C:\apache-tomcat-9.0.50> cd bin
> PS C:\apache-tomcat-9.0.50\bin> .\version.bat
> Using CATALINA_BASE:   "C:\apache-tomcat-9.0.50"
> Using CATALINA_HOME:   "C:\apache-tomcat-9.0.50"
> Using CATALINA_TMPDIR: "C:\apache-tomcat-9.0.50\temp"
> Using JRE_HOME:        "C:\jdk8u282\jre"
> Using CLASSPATH:
> "C:\apache-tomcat-9.0.50\bin\bootstrap.jar;C:\apache-tomcat-9.0.50\bin\tomcat-juli.jar"
> Using CATALINA_OPTS:   "-server -Xmx1024m -XX:MetaspaceSize=256m
> -XX:MaxMetaspaceSize=256m
> -Dorg.apache.catalina.connector.RECYCLE_FACADES=true
> -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
> -Dorg.apache.tomcat.util.http.ServerCookie.ALWAYS_ADD_EXPIRES=true
> -D.org.apache.catalina.connector.ALLOW_BACKSLASH=false
> -Dorg.apache.catalina.connector.response.ENFORCE_ENCODING_IN_GET_WRITER=true"
> Server version: *Apache Tomcat/9.0.48*
> Server built:   *Jun 10 2021 09:22:01 UTC*
> Server number:  *9.0.48.0*
> OS Name:        Windows 10
> OS Version:     10.0
> Architecture:   amd64
> JVM Version:    1.8.0_282-b08
> JVM Vendor:     AdoptOpenJDK
> PS C:\apache-tomcat-9.0.50\bin>
>
> On Mon, Jul 5, 2021 at 4:02 AM Rémy Maucherat <re...@apache.org> wrote:
>
> > The Apache Tomcat team announces the immediate availability of Apache
> > Tomcat 9.0.50.
> >
> > 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.50 is a bugfix and feature release. The notable
> > changes compared to 9.0.48 include:
> >
> > - Re-work the HTTP/2 overhead protection to reduce the likelihood of
> >    false positives. Note that the default overheadCountFactor has changed
> >    from 1 to 10 and that the useful range is now 0 to ~20.
> >
> > - Update to Eclipse JDT compiler 4.20.
> >
> > - Fix regressions in JSP compilation in the previous release.
> >
> > Along with lots of other bug fixes and improvements.
> >
> > Please refer to the change log for the complete list of changes:
> > http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
> >
> >
> > Downloads:
> > http://tomcat.apache.org/download-90.cgi
> >
> > Migration guides from Apache Tomcat 7.x and 8.x:
> > http://tomcat.apache.org/migration.html
> >
> > Enjoy!
> >
> > - The Apache Tomcat team
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >

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


Re: [ANN] Apache Tomcat 9.0.50 available

Posted by Robert Hicks <ro...@gmail.com>.
I did a version and there seems to be a mismatch?

PS C:\apache-tomcat-9.0.50> cd bin
PS C:\apache-tomcat-9.0.50\bin> .\version.bat
Using CATALINA_BASE:   "C:\apache-tomcat-9.0.50"
Using CATALINA_HOME:   "C:\apache-tomcat-9.0.50"
Using CATALINA_TMPDIR: "C:\apache-tomcat-9.0.50\temp"
Using JRE_HOME:        "C:\jdk8u282\jre"
Using CLASSPATH:
"C:\apache-tomcat-9.0.50\bin\bootstrap.jar;C:\apache-tomcat-9.0.50\bin\tomcat-juli.jar"
Using CATALINA_OPTS:   "-server -Xmx1024m -XX:MetaspaceSize=256m
-XX:MaxMetaspaceSize=256m
-Dorg.apache.catalina.connector.RECYCLE_FACADES=true
-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
-Dorg.apache.tomcat.util.http.ServerCookie.ALWAYS_ADD_EXPIRES=true
-D.org.apache.catalina.connector.ALLOW_BACKSLASH=false
-Dorg.apache.catalina.connector.response.ENFORCE_ENCODING_IN_GET_WRITER=true"
Server version: *Apache Tomcat/9.0.48*
Server built:   *Jun 10 2021 09:22:01 UTC*
Server number:  *9.0.48.0*
OS Name:        Windows 10
OS Version:     10.0
Architecture:   amd64
JVM Version:    1.8.0_282-b08
JVM Vendor:     AdoptOpenJDK
PS C:\apache-tomcat-9.0.50\bin>

On Mon, Jul 5, 2021 at 4:02 AM Rémy Maucherat <re...@apache.org> wrote:

> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 9.0.50.
>
> 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.50 is a bugfix and feature release. The notable
> changes compared to 9.0.48 include:
>
> - Re-work the HTTP/2 overhead protection to reduce the likelihood of
>    false positives. Note that the default overheadCountFactor has changed
>    from 1 to 10 and that the useful range is now 0 to ~20.
>
> - Update to Eclipse JDT compiler 4.20.
>
> - Fix regressions in JSP compilation in the previous release.
>
> Along with lots of other bug fixes and improvements.
>
> Please refer to the change log for the complete list of changes:
> http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
>
>
> Downloads:
> http://tomcat.apache.org/download-90.cgi
>
> Migration guides from Apache Tomcat 7.x and 8.x:
> http://tomcat.apache.org/migration.html
>
> Enjoy!
>
> - The Apache Tomcat team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>