Re: [ANN] Apache Tomcat 9.0.24 available

2019-08-19 Thread i...@flyingfischer.ch
Am 19.08.19 um 19:43 schrieb i...@flyingfischer.ch:
> Am 19.08.19 um 10:00 schrieb Mark Thomas:
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat 9.0.24.
>>
>> 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.24 is a bugfix and feature release. The notable
>> changes compared to 9.0.22 include:
>>
>> - Expand Graal native image support to include JNDI, JSPs and JULI
>>
>> - Expand the HTTP/2 excessive overhead protection to cover various forms
>>   of abusive client behaviour and close the connection if any such
>>   behaviour is detected.
>>
>> - Security improvements to the Windows installer including a change in
>>   the default user from Local System to Local Service.
>>
>> 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
>>
> 
> 
> Released version is 9.0.24.
> 
> Unpacking Tomcat native in /bin gives a folder named:
> 
> tomcat-native-1.2.23-src
> 
> while this should be
> 
> tomcat-native-1.2.24-src
> 
> This may cause problems in automated update scripts.
> 
> Best Markus
> 

Another issue:

bin/commons-daemon-1.2.0-native-src/unix

does not contain the necessary script to run ./configure under linux

Present is only configure.in

Markus


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



Re: [ANN] Apache Tomcat 9.0.24 available

2019-08-19 Thread i...@flyingfischer.ch
Am 19.08.19 um 10:00 schrieb Mark Thomas:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 9.0.24.
> 
> 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.24 is a bugfix and feature release. The notable
> changes compared to 9.0.22 include:
> 
> - Expand Graal native image support to include JNDI, JSPs and JULI
> 
> - Expand the HTTP/2 excessive overhead protection to cover various forms
>   of abusive client behaviour and close the connection if any such
>   behaviour is detected.
> 
> - Security improvements to the Windows installer including a change in
>   the default user from Local System to Local Service.
> 
> 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
> 


Released version is 9.0.24.

Unpacking Tomcat native in /bin gives a folder named:

tomcat-native-1.2.23-src

while this should be

tomcat-native-1.2.24-src

This may cause problems in automated update scripts.

Best Markus

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



CPU gets pegged - Problem with java.util.zip.ZStreamRef

2019-08-19 Thread Vinay Singh
We are seeing this intermittent issue in production. The CPU gets pegged at 50% 
(2 core CPU) randomly and it never comes back. Only option is to restart the 
server. This is how CPU appears from Dynatrace
https://i.stack.imgur.com/7zxZW.png
This is how the thread dump looks when we analyzed through dynatrace.
https://i.stack.imgur.com/6YOm1.png


This happens randomly on any day of the week and we could not find a pattern.
It could happen when servers are under heavy load or not doing much.

I am not 100% if this is a tomcat defect. Since the stream trace is from 
org.apache.coyote.http11.filters.GzipOutputFilter, does tomcat compression has 
any role to play here ?

We are doing compression via tomcat, not load balancer.
This is our compression settings in server.xml

  



Thanks for looking at the problem

Vinay



Re: [ANN] Apache Tomcat 9.0.24 available

2019-08-19 Thread Olaf Kock


On 19.08.19 15:41, John Dale wrote:
> Does this get included in the apt framework for ubuntu automatically?
>
> John
>
>
> On 8/19/19, Mark Thomas  wrote:
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat 9.0.24.

If nothing changed since I looked at it last time, ubuntu didn't update
to a new version, but at most backported some fixes while staying on
roughly the same version. At least typically.

I'm looking at the currently available information on the "tomcat9"
package in ubuntu 18.04, and I'm seeing version info like
"9.0.16-3~18.04.1".

If you want to be on the latest and greatest tomcat version, you should
rather maintain it for yourself. If you want the distribution to
maintain your tomcat, you're likely not on the very latest version.

Olaf




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



Re: [ANN] Apache Tomcat 9.0.24 available

2019-08-19 Thread John Dale
Does this get included in the apt framework for ubuntu automatically?

John


On 8/19/19, Mark Thomas  wrote:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 9.0.24.
>
> 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.24 is a bugfix and feature release. The notable
> changes compared to 9.0.22 include:
>
> - Expand Graal native image support to include JNDI, JSPs and JULI
>
> - Expand the HTTP/2 excessive overhead protection to cover various forms
>   of abusive client behaviour and close the connection if any such
>   behaviour is detected.
>
> - Security improvements to the Windows installer including a change in
>   the default user from Local System to Local Service.
>
> 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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

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



building jsvc 1.2.0 for 9.0.24

2019-08-19 Thread Greg Huber
Hello,

I am trying to build commons-daemon-1.2.0 from the supplied
commons-daemon-native.tar.gz.  There seems to be a ./configure script
missing from the
apache-tomcat-9.0.24/bin/commons-daemon-1.2.0-native-src/unix folder.

I have checked the INSTALL.txt from v1.1.0 and they are exactly the same.
Is there something I have to do to create the ./configure (there is a
configure.in file)

what I normally do :

export CFLAGS=-m64
export LDFLAGS=-m64
./configure
make
copy jsvc to bin folder

Cheers Greg


[ANN] Apache Tomcat 9.0.24 available

2019-08-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.24.

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

- Expand Graal native image support to include JNDI, JSPs and JULI

- Expand the HTTP/2 excessive overhead protection to cover various forms
  of abusive client behaviour and close the connection if any such
  behaviour is detected.

- Security improvements to the Windows installer including a change in
  the default user from Local System to Local Service.

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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org