Re: Tomcat 8 non-Latin filename war file deploy issue

2017-06-05 Thread Konstantin Kolinko
2017-06-04 18:38 GMT+03:00 Desteny Child : > Hi, > > On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 application(war > file) that contains a files with names with Unicode characters. > > Inside of the war file the name looks like: > >

Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jared, On 6/4/17 7:45 PM, Jared Walker wrote: > I was able to figure out that this issue was caused by a developer > adding logging code to the serialization that had a NPE. > Unfortunately the exception was not printed out to catalina.out so >

Re: Tomcat 8 non-Latin filename war file deploy issue

2017-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 6/4/17 11:38 AM, Desteny Child wrote: > Hi, > > On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 > application(war file) that contains a files with names with Unicode > characters. > > Inside of the war file

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Neha, On 6/2/17 5:36 PM, Neha Munjal wrote: > We have been trying to start Apache Tomcat 8.5.14 (JDK version 8.0_121-b13) > and land into the following error: > > # > > # A fatal error has been detected by the Java Runtime Environment: > # #

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Neha Munjal
Hi Chris, Please find below our Connector information: Also found this link that talks about different SSL implementations that we can configure: https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html Our installation uses APR and we have openssl102 installed. I think the connector

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Hassan Khan
Hi, we had a different problem with Nio : Non-blocking connector maxThreads="200" SSLEnabled="true" compression="on" minSpareThreads="25" maxSpareThreads="75" enableLookups="false"connectionTimeout="-1" scheme="https" secure="true">

?????? Apache Tomcat 7 (7.0.78) - Introduction

2017-06-05 Thread ??????
Maybe,god only know,However, at least it doesn't bother me to lean. -- -- ??: "Addy D"; : 2017??5??31??(??) 4:09 ??: "tomcat??"; : Re: Apache Tomcat 7 (7.0.78) -

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Neha Munjal
Hi All, We could finally mange through this. Somehow, the SSLEngine attribute was set as "off" in the AprLifecycleListener which did not allow OpenSSL implementation to work. This is resolved now. Thanks Neha On Mon, Jun 5, 2017 at 1:27 PM, Neha Munjal wrote: > Hi, >

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Neha Munjal
Hi, We tried the following configuration, but it still fails with the same error: Thanks Neha On Mon, Jun 5, 2017 at 11:53 AM, Hassan Khan wrote: > Hi, > > we had a different problem with Nio : > > Non-blocking connector >

Re: Passing client certificate through Nginx to Tomcat SSL Valve

2017-06-05 Thread Mark Thomas
On 29/05/17 16:05, Christopher Schultz wrote: > Lucas, > > On 5/27/17 9:41 AM, Lucas Ventura Carro wrote: >>> On 23/06/2016 12:58, Mark Thomas wrote: Smarter sounds good to >>> me. Why not try and write a patch for this? > >> I work faster with github pull-requests :) >>