RE: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-20 Thread Dono Harjanto
Hi André, > -Original Message- > From: André Warnier (tomcat) [mailto:a...@ice-sa.com] > Sent: Tuesday, September 20, 2016 12:13 AM > To: users@tomcat.apache.org > Subject: Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key > format must be RAW > > On 20.09.2016 09:06,

Re: mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-20 Thread Mark Thomas
On 20/09/2016 14:41, Tiago Oliveira wrote: > Mark, > > i tested with the trunk from 8.5.6: > > $ svn info >> Path: . >> Working Copy Root Path: /Users/tiago.oliveira/tmp/tomcat85x >> URL: http://svn.apache.org/repos/asf/tomcat/tc8.5.x/trunk >> Repository Root: http://svn.apache.org/repos/asf >>

[ANN] Apache Tomcat 7.0.72 released

2016-09-20 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.72. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-20 Thread tomcat
On 19.09.2016 18:45, Dono Harjanto wrote: Hi All, We have a web app deployed on 3 different servers, all running Tomcat 7.0.39 and Java 8 (update 101/102). Here is the operating system on each server: - Production: CentOS 6.4 - Staging 1: CentOS 6.5 - Staging 2: CentOS 6.7 Java

Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-20 Thread tomcat
On 20.09.2016 09:06, André Warnier (tomcat) wrote: On 19.09.2016 18:45, Dono Harjanto wrote: Hi All, We have a web app deployed on 3 different servers, all running Tomcat 7.0.39 and Java 8 (update 101/102). Here is the operating system on each server: - Production: CentOS 6.4 - Staging 1:

RE: Custom class loader

2016-09-20 Thread Erwan Cancouet
Erwan, On 9/19/16 11:36 AM, Erwan Cancouet wrote: > Hi, > > i'm using Tomcat 7.0.70 on ubuntu 15.10. > > I have created a SampleClassLoader : > > package com.axway.tnt.compliance; > > import org.apache.catalina.loader.WebappClassLoader; > > import java.io.File; import java.io.IOException; > >

JreMemoryLeakPreventionListener docs example

2016-09-20 Thread Berneburg, Cris J. - US
Around 9/6/16 Chris Schultz replied to the "WAR isolation lifecycle" thread with: > There are some libraries that don't shut down well, or the applications > that use them don't properly shut them down. The solution is to either > fix the library (ask them!), or use Tomcat's "leak prevention

Re: JreMemoryLeakPreventionListener docs example

2016-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 9/20/16 12:06 PM, Berneburg, Cris J. - US wrote: > Around 9/6/16 Chris Schultz replied to the "WAR isolation > lifecycle" thread with: > >> There are some libraries that don't shut down well, or the >> applications that use them don't

Re: mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-20 Thread Tiago Oliveira
Mark, i suggested a patch for this one issue, hope it helps: https://bz.apache.org/bugzilla/show_bug.cgi?id=60013#c37 Tiago. 2016-09-20 12:24 GMT-03:00 Mark Thomas : > On 20/09/2016 14:41, Tiago Oliveira wrote: > > Mark, > > > > i tested with the trunk from 8.5.6: > > > > $

apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml not working

2016-09-20 Thread Maik Brauer
I have a standard Tomcat9 installation. I just put a helloworld.war in the webapps folder and inside the META-INF I put the context.xml with a different path like: But the context is still http://localhost/helloworld instead http://localhost/newcontext. I tried so many things, but it is not

RE: apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml not working

2016-09-20 Thread Caldarale, Charles R
> From: Maik Brauer [mailto:m...@brauer.nrw] > Subject: apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml > not working > I have a standard Tomcat9 installation. I just put a helloworld.war in the > webapps folder > and inside the META-INF I put the context.xml with a

NPE in SecureNioChannel (TC 8.5.5)

2016-09-20 Thread Colin Ingarfield
Hello, A thread from a day or two ago mentioned a NPE in SecureNioChannel when the connector is configured with Http11NioProtocol. OP mentioned using Http11Nio2Protocol resolves the issue. I am also seeing this exception and it is resolved by switching to the Nio2 protocol implementation. Is

Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be RAW

2016-09-20 Thread tomcat
On 20.09.2016 19:21, Dono Harjanto wrote: Hi André, -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Tuesday, September 20, 2016 12:13 AM To: users@tomcat.apache.org Subject: Re: TLS 1.2 Handshake on Tomcat 7.0.39 Getting Internal Error: Key format must be

Re: mod_rewrite encoding behavior when migrating from 8.0.33 to 8.5.5

2016-09-20 Thread Tiago Oliveira
Mark, i tested with the trunk from 8.5.6: $ svn info > Path: . > Working Copy Root Path: /Users/tiago.oliveira/tmp/tomcat85x > URL: http://svn.apache.org/repos/asf/tomcat/tc8.5.x/trunk > Repository Root: http://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 >