Re: Generated Dump file for HeapDumpOnOutOfMemoryError

2015-12-16 Thread Christopher Schultz
Yogesh, On 12/16/15 3:50 AM, Yogesh Patel wrote: > Working directory for tomcat is like "D:\tools\tomcat7-4", but there is no > file generated under this directory. Maybe a file permissions error? Can the user running your service write to D:\tools\tomcat7-4? If you are in fact running as a servi

Re: Tomcat APR protocol SSL certificate information.

2015-12-16 Thread Mark Thomas
On 16/12/2015 13:26, Nithesh Kb wrote: > [image: Inline image 1] > > > Got this mail! , > Does it means can we use keystore for APR protocol using this new TC-native > ?? It needs changes on the Tomcat side as well. Those are currently only available in the 9.0.x source tree. They will be includ

Re: Custom Connector class

2015-12-16 Thread Roel Storms
2015-12-16 14:11 GMT+01:00 Christopher Schultz : > Roel, > > On 12/16/15 4:56 AM, Roel Storms wrote: > > It should, if you implement parseParameter and all these other methods > > before getStream is called, in the wrapper itself. But since you haven't > > implemented HttpServletRequest.getParamet

Determining parallely deployed versions of a webapp programmatically

2015-12-16 Thread l.pe...@senat.fr
Hi. I have in some of my apps cron-like tasks, scheduled by libs such as quartz. As I am also an happy user of the parallel deployment feature of tomcat, I was wondering whether, without special privileges such as those of the "admin" webapps, I could programatically determine if a webapp is t

Re: Tomcat APR protocol SSL certificate information.

2015-12-16 Thread Nithesh Kb
[image: Inline image 1] Got this mail! , Does it means can we use keystore for APR protocol using this new TC-native ?? Thanks, Nithesh > > On Wed, Dec 16, 2015 at 1:09 PM, Garcia Aparici, Carlos wrote: > In many of our tomcats we use the pfx directly on the conector. Its > similar to a key

Re: [ANN] Apache Tomcat Native 1.2.3 released

2015-12-16 Thread Nithesh Kb
Got this mail! , Does it means can we use keystore for APR protocol using this new TC-native ?? Thanks, Nithesh On Wed, Dec 16, 2015 at 4:52 PM, Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat Native 1.2.3 stable. > > The key features of thi

RE: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2015-12-16 Thread Cris Berneburg - US
Mark (and Chris), > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, December 09, 2015 12:08 PM > To: Tomcat Users List > Subject: Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting > > Mark, > > On 12/9/15 8:46 AM, Ma

Re: Custom Connector class

2015-12-16 Thread Christopher Schultz
Roel, On 12/16/15 4:56 AM, Roel Storms wrote: > It should, if you implement parseParameter and all these other methods > before getStream is called, in the wrapper itself. But since you haven't > implemented HttpServletRequest.getParameter* in you example Filter, you > will end up using Request.ge

Re: Custom Connector class

2015-12-16 Thread Konstantin Kolinko
2015-12-09 16:35 GMT+03:00 André Warnier (tomcat) : > On 09.12.2015 14:03, Roel Storms wrote: >> >> The real requirement is being able to process the body of a request in a >> Valve without restricting the servlet to call request.getInputStream, >> getReader and getStream. I have tried by wrapping

Re: Tomcat 7.0.62 fill logs directories from a bad GET request.

2015-12-16 Thread Mark Thomas
On 14/12/2015 17:47, Wyatt Zacharias wrote: > So I've been having this one intermittent issue with a tomcat app, where it > will occasionally go crazy > and spit out gigabytes of logs until the directory fills up. I spent some > time tracing through and replaying all of the GET requests that were >

[ANN] Apache Tomcat Native 1.2.3 released

2015-12-16 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.3 stable. The key features of this release are: - Java keystore support. - Various fixes to align the Java and native APIs - Various fixes if building without OpenSSL - Windows binaries built with OpenSSL 1.0.2

[ANN] Apache Tomcat Native 1.1.34 released

2015-12-16 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.1.34 stable. The key features of this release are: - Unconditionally disable export Ciphers - Improve ephemeral key handling for DH and ECDH - Various fixes to build with newer OPenSSL versions - Link Windows bin

Re: Custom Connector class

2015-12-16 Thread Roel Storms
It should, if you implement parseParameter and all these other methods before getStream is called, in the wrapper itself. But since you haven't implemented HttpServletRequest.getParameter* in you example Filter, you will end up using Request.getParameter* which will not use the HttpServletRequest.g

Re: CSRF errors after upgrade of tomcat 8

2015-12-16 Thread Mark Thomas
On 16/12/2015 02:41, Baron Fujimoto wrote: > On Tue, Dec 15, 2015 at 09:37:45AM +0200, Violeta Georgieva wrote: >> mapperContextRootRedirectEnabled and >> mapperDirectoryRedirectEnabled >> >> are attributes of the Context so your context.xml should look like the one >> below: >> >> > mapperDirec

Re: Generated Dump file for HeapDumpOnOutOfMemoryError

2015-12-16 Thread Yogesh Patel
Hi Christopher, Working directory for tomcat is like "D:\tools\tomcat7-4", but there is no file generated under this directory. On 15 December 2015 at 06:48, Christopher Schultz < ch...@christopherschultz.net> wrote: > Yogesh, > > On 12/14/15 1:34 AM, Yogesh Patel wrote: > > We set -XX:+HeapDump