Re: Status of mod_jk-1.2.38

2014-01-09 Thread Martin Knoblauch
On Wed, Jan 8, 2014 at 8:45 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 08.01.2014 18:25, Martin Knoblauch wrote: Hi, happy New year. Should be still early enough for this :-) I have one short question: what is the status of mod_jk-1.2.38? It has been over a year since 1.2.37

Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Chinmoy Chakraborty
Hello, We have a web application which has menus and sub menus which are basically divs. On clicking on menu we are showing the sub menus. This happens through AJAX request. The application was working fine till Tomcat 7.0.41. But since 7.0.42 it stopped working. We are using jdk 7. We did not

Re: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Daniel Mikusa
On Jan 9, 2014, at 5:11 AM, Chinmoy Chakraborty cch...@gmail.com wrote: Hello, We have a web application which has menus and sub menus which are basically divs. On clicking on menu we are showing the sub menus. This happens through AJAX request. The application was working fine till

RE: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Martin Gainty
Date: Thu, 9 Jan 2014 15:41:21 +0530 Subject: Menu is not working for since Tomcat 7.0.42 From: cch...@gmail.com To: users@tomcat.apache.org Hello, We have a web application which has menus and sub menus which are basically divs. On clicking on menu we are showing the sub menus.

RE: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Caldarale, Charles R
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: Re: Menu is not working for since Tomcat 7.0.42 On Jan 9, 2014, at 5:11 AM, Chinmoy Chakraborty cch...@gmail.com wrote: The application was working fine till Tomcat 7.0.41. But since 7.0.42 it stopped working. We are using jdk

RE: Packet misses in Tomcat

2014-01-09 Thread Divyaprakash Y
-Original Message- From: Divyaprakash Y Sent: 08 January 2014 14:35 To: Tomcat Users List Subject: RE: Packet misses in Tomcat -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 08 January 2014 02:52 To: Tomcat Users List Subject: Re: Packet misses in Tomcat

Question on SSL and Pragma in 7.x

2014-01-09 Thread Jeffrey Janner
I'd like to verify something I think I'm seeing in Tomcat 7.x. Back in Tomcat 6.x and previous, to get around an IE bug with the Pragma header, we would set up an Authenticator valve with securePagesWithPragma set to false. It didn't really matter which Authenticator valve, just having it

Name log files based on Context name?

2014-01-09 Thread Jesse Barnum
I want my log files to be written to a log file with the same name as my webapp. Users can dynamically re-name my webapp when they run my installer, so that they can have multiple instances running, so hard-coding the context name is not a good approach. Is there some environment variable that

Re: Name log files based on Context name?

2014-01-09 Thread Mark Thomas
On 09/01/2014 18:48, Jesse Barnum wrote: I want my log files to be written to a log file with the same name as my webapp. Users can dynamically re-name my webapp when they run my installer, so that they can have multiple instances running, so hard-coding the context name is not a good

PropertyNotFoundException does not work with custom error in web.xml

2014-01-09 Thread Tomcat Random
I have a custom error servlet set up in my webapps web.xml file like so: error-page exception-typejava.lang.RuntimeException/exception-type location/runtimeExceptionHandler/location /error-page In JSTL if a property is spelled incorrectly or doesn't exist, the

Re: Question on SSL and Pragma in 7.x

2014-01-09 Thread Mark Thomas
On 09/01/2014 18:22, Jeffrey Janner wrote: I'd like to verify something I think I'm seeing in Tomcat 7.x. snip/ Am I interpreting all that correctly? See http://markmail.org/message/2kkq4yxgacgbrwht If I wanted to add a section that did use Tomcat Auth, would I need/want to add the

Re: PropertyNotFoundException does not work with custom error in web.xml

2014-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 1/9/14, 2:28 PM, Tomcat Random wrote: I have a custom error servlet set up in my webapps web.xml file like so: error-page exception-typejava.lang.RuntimeException/exception-type location/runtimeExceptionHandler/location

Re: Packet misses in Tomcat

2014-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Divyaprakash, On 1/8/14, 4:06 AM, Divyaprakash Y wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 08 January 2014 02:52 To: Tomcat Users List Subject: Re: Packet misses in Tomcat Christopher, Christopher

Re: Some questions

2014-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 1/8/14, 4:18 PM, Daniel Mikusa wrote: On Jan 8, 2014, at 4:06 PM, CyTG cytg@gmail.com wrote: New to list, if these questions are dumb please bare with me, i've searched the documentation and googled howtos and questions without

Re: SocketException when using localhost

2014-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nancee, On 1/8/14, 4:56 AM, Nancee Riehl wrote: Is this the right mailing-list for my question? Yes! Welcome. I'm writing a JUNIT-Test to test a connection to tomcat 7.0.47 over HTTPS/TLSv1.1 with a corrupted Client-Certificate. When I run

Getting 404 before the container starts all servlets

2014-01-09 Thread Adrian Tarau
Hello, After upgrading Tomcat from 6.X to 7.X, our AJAX client receives 404 for 10-15 seconds right after startup. I presume the request is accepted and processed before all servlet are initialized, which is not what you would expect. Is this behavior normal for 7.X? Is there a way to

RE: Getting 404 before the container starts all servlets

2014-01-09 Thread Caldarale, Charles R
From: Adrian Tarau [mailto:mailingl...@adrian.tarau.org] Subject: Getting 404 before the container starts all servlets After upgrading Tomcat from 6.X to 7.X, our AJAX client receives 404 for 10-15 seconds right after startup. I presume the request is accepted and processed before all