Re: ISAPI Redicect - Request Entitiy too large

2014-07-21 Thread Cédric Couralet
2014-07-21 6:42 GMT+02:00 Mikey mikey7...@gmail.com: Alexander Diedler adiedler at tecracer.de writes: Hello at ll, I have installed a new Windows 2008 R2 x64 Server with IIS7 and Tomcat 6.0.32 x64 Edition. We use SSO Authentication from IIS to the Tomcat. Suddenly, we got on some

Windows performance issue

2014-07-21 Thread Omar Orzenini
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, WIndows Server 2012 R2): First step: the webapps folder is in the standard

Re: Windows performance issue

2014-07-21 Thread David kerber
On 7/21/2014 5:03 AM, Omar Orzenini 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, WIndows Server 2012 R2):

Re: Windows performance issue

2014-07-21 Thread Daniel Mikusa
On Mon, Jul 21, 2014 at 5: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

Re: Windows performance issue

2014-07-21 Thread Omar Orzenini
Thank you all for the answers. I performed these tests because we are showing serious performance problems on WIndows configurations for load balancing (a file server shares the webapps folder via SMB for two different application servers that map the webapps via UNC. Tried both mapping the folder

Re: Windows performance issue

2014-07-21 Thread Daniel Mikusa
On Mon, Jul 21, 2014 at 7:41 AM, Omar Orzenini omar.orzen...@gmail.com wrote: Thank you all for the answers. I performed these tests because we are showing serious performance problems on WIndows configurations for load balancing (a file server shares the webapps folder via SMB for two

RE: Windows performance issue

2014-07-21 Thread Konstantin Preißer
Hi, -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Monday, July 21, 2014 1:31 PM To: Tomcat Users List Subject: Re: Windows performance issue On 7/21/2014 5:03 AM, Omar Orzenini wrote: Hello everyone, I apologize for my poor english but I'll try to

mod_jk NetworkError: 400 Bad Request - https://xxx.xx.xxx.xxx

2014-07-21 Thread Charles Richard
Hi, I am using Apache 2.2.3 with mod_jk 1.2.31 and Tomcat 6.0.30 . I have never had issues with using mod_jk to connect my Apache requests to a tomcat instance before now but I am now running into a situation where Apache requests going to a tomcat instance on another server are giving me an 400

Re: mod_jk NetworkError: 400 Bad Request - https://xxx.xx.xxx.xxx

2014-07-21 Thread Daniel Mikusa
On Mon, Jul 21, 2014 at 10:32 AM, Charles Richard charle...@thelearningbar.com wrote: Hi, I am using Apache 2.2.3 with mod_jk 1.2.31 and Tomcat 6.0.30 . I have never had issues with using mod_jk to connect my Apache requests to a tomcat instance before now but I am now running into a

Query timeouts using tomcat jdbc pool

2014-07-21 Thread Vasily Kukhta
Hello, dear tomcat users! I am developing high-load application using tomcat jdbc connection pool and Oracle database. It is very important to ensure my app to have very small DB query timeouts (no longer than 3 seconds) to prevent long-running queries or database slowness from blocking all my

Re: Query timeouts using tomcat jdbc pool

2014-07-21 Thread Daniel Mikusa
On Mon, Jul 21, 2014 at 11:05 AM, Vasily Kukhta v.b.kuk...@gmail.com wrote: Hello, dear tomcat users! I am developing high-load application using tomcat jdbc connection pool and Oracle database. It is very important to ensure my app to have very small DB query timeouts (no longer than 3

Re: mod_jk NetworkError: 400 Bad Request - https://xxx.xx.xxx.xxx

2014-07-21 Thread Charles Richard
On Mon, Jul 21, 2014 at 11:39 AM, Daniel Mikusa dmik...@gopivotal.com wrote: On Mon, Jul 21, 2014 at 10:32 AM, Charles Richard charle...@thelearningbar.com wrote: Hi, I am using Apache 2.2.3 with mod_jk 1.2.31 and Tomcat 6.0.30 . I have never had issues with using mod_jk to connect

error in logs and application got undeployed

2014-07-21 Thread fachhoch
I am running tomcat 7, my application was undeployed automtically, here is the output from logs. I enabled jmx listner. Jun 01, 2014 6:17:15 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 49114 ms Jul 21, 2014 11:19:17 AM sun.rmi.transport.tcp.TCPTransport$AcceptLoop

Re: Query timeouts using tomcat jdbc pool

2014-07-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vasily, On 7/21/14, 11:05 AM, Vasily Kukhta wrote: Oracle database. It is very important to ensure my app to have very small DB query timeouts (no longer than 3 seconds) to prevent long-running queries or database slowness from blocking all my

Conditional logging

2014-07-21 Thread Dames, Kristopher J
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 className=org.apache.catalina.valves.AccessLogValve condition=DoNotLog directory=logs

Re: Conditional logging

2014-07-21 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kris, On 7/21/2014 3: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