Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-22 Thread Simon Kulessa
Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote: Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher Schultz: Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote:

java.net.SocketTimeoutException: Accept timed out

2014-07-22 Thread fachhoch
Any Ideas what is causing this exception?, Is this anything to do with increase ulimit? -- View this message in context: http://tomcat.10.x6.nabble.com/error-in-logs-and-application-got-undeployed-tp5020214p5020244.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: java.net.SocketTimeoutException: Accept timed out

2014-07-22 Thread André Warnier
fachhoch wrote: Any Ideas what is causing this exception?, Is this anything to do with increase ulimit? Googling for tcp accept state seems to provide some info. Googling for java.net.SocketTimeoutException: Accept timed out also works. -- View this message in context:

Re: Windows performance issue

2014-07-22 Thread Leo Donahue
On Jul 21, 2014 4:03 AM, Omar Orzenini omar.orzen...@gmail.com wrote: Hello everyone, I apologize for my poor english but I'll try to explain. I have a strange performance problem only under Windows (via NFS on Linux everything works fine). Tested operating system (Windows Server 2008 R2 64,

Re: Conditional logging

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kris, On 7/21/14, 6:43 PM, Dames, Kristopher J wrote: Can anyone point me to an example of conditional logging in Tomcat 6? Here is what I have tried to no avail. I want requests that match /*/iaahb to not be logged. In my server.xml:

RE: Conditional logging

2014-07-22 Thread Dames, Kristopher J
Kris, On 7/21/14, 6:43 PM, Dames, Kristopher J wrote: Can anyone point me to an example of conditional logging in Tomcat 6? Here is what I have tried to no avail. I want requests that match /*/iaahb to not be logged. In my server.xml: Valve

RE: Conditional logging

2014-07-22 Thread Pendergrass, Keith D CIV SPAWARSYSCEN-ATLANTIC, 54350
Chris, Quick question, I upgraded to 7.0.54 with new user/pass. My issue is that these credentials will not log me in to ANY management function going through the GUI??? If I append the WEBAPP Tho the url http://localhost\web app name this launches the app - but still I need to access all

Help understanding Session System Properties

2014-07-22 Thread Felipe Jaekel
I have a simple authentication logic in my applications, where I store the current user in the session and check with a filter if the current user value is not null. Eventually I see some null pointer exceptions in my Tomcat 7.0.47 that happened in JSF managed beans because the current user value

RE: Windows performance issue

2014-07-22 Thread Jeffrey Janner
-Original Message- From: Omar Orzenini [mailto:omar.orzen...@gmail.com] Sent: Monday, July 21, 2014 6:42 AM To: Tomcat Users List Subject: Re: Windows performance issue Thank you all for the answers. I performed these tests because we are showing serious performance problems on

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/22/14, 5:47 AM, Simon Kulessa wrote: Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote: Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher

Re: Conditional logging

2014-07-22 Thread Rainer Jung
On 22.07.2014 16:22, Dames, Kristopher J wrote: Kris, On 7/21/14, 6:43 PM, Dames, Kristopher J wrote: Can anyone point me to an example of conditional logging in Tomcat 6? Here is what I have tried to no avail. I want requests that match /*/iaahb to not be logged. In my server.xml: Valve

Re: Conditional logging

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Keith, On 7/22/14, 10:13 AM, Pendergrass, Keith D CIV SPAWARSYSCEN-ATLANTIC, 54350 wrote: Chris, Quick question, I upgraded to 7.0.54 with new user/pass. My issue is that these credentials will not log me in to ANY management function going

Re: Conditional logging

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 7/22/14, 11:22 AM, Rainer Jung wrote: On 22.07.2014 16:22, Dames, Kristopher J wrote: Kris, On 7/21/14, 6:43 PM, Dames, Kristopher J wrote: Can anyone point me to an example of conditional logging in Tomcat 6? Here is what I

Security Manager Exception

2014-07-22 Thread George Sexton
I'm using Tomcat 7.0.54 with the security manager. I'm getting an exception I don't understand: 2014-07-22 09:27:03,934 [http-bio-80-exec-64] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[somehostname.mhsoftware.com].[/].[jsp]- Servlet.service() for servlet [jsp] in context with

Re: Conditional logging

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kris, On 7/22/14, 10:22 AM, Dames, Kristopher J wrote: Kris, On 7/21/14, 6:43 PM, Dames, Kristopher J wrote: Can anyone point me to an example of conditional logging in Tomcat 6? Here is what I have tried to no avail. I want requests that

Re: Security Manager Exception

2014-07-22 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/22/2014 9:04 AM, George Sexton wrote: I'm using Tomcat 7.0.54 with the security manager. I'm getting an exception I don't understand: 2014-07-22 09:27:03,934 [http-bio-80-exec-64] ERROR

Re: Help understanding Session System Properties

2014-07-22 Thread Terence M. Bandoian
On 7/22/2014 9:36 AM, Felipe Jaekel wrote: I have a simple authentication logic in my applications, where I store the current user in the session and check with a filter if the current user value is not null. Eventually I see some null pointer exceptions in my Tomcat 7.0.47 that happened in JSF

Re: Help understanding Session System Properties

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felipe, On 7/22/14, 10:36 AM, Felipe Jaekel wrote: I have a simple authentication logic in my applications, where I store the current user in the session and check with a filter if the current user value is not null. Eventually I see some

Tomcat JDBC Connection Pool initialization question

2014-07-22 Thread Wes Clark
I want to initialized a new connection being added to the pool with more than one SQL statement. I cannot see how to override the existing methods to do this. Has anyone done this, or have a suggestion for me?