Re: NIO connector issue: SEVERE: Error processing request

2013-01-15 Thread Igor Cicimov
On Wed, Jan 16, 2013 at 9:34 AM, Kevin Priebe wrote: > Hi, > > > > We have a setup with Nginx load balancing between 2 clustered tomcat > instances. 1 instance is on the same server as Nginx and the other is on a > separate physical server (same rackspace). We’re using pretty standard > default

NIO connector issue: SEVERE: Error processing request

2013-01-15 Thread Kevin Priebe
Hi, We have a setup with Nginx load balancing between 2 clustered tomcat instances. 1 instance is on the same server as Nginx and the other is on a separate physical server (same rackspace). We’re using pretty standard default settings and are using the NIO tomcat connector. Tomcat versio

Re: Tomcat slow during startup >= 7.0.28

2013-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Conrad, On 1/15/13 4:58 AM, Conrad Kostecki wrote: > Hi Chris! > > Am 14.01.2013 16:44, schrieb Christopher Schultz: >> [..] Take a thread dump or two. I suspect that Tomcat is scanning >> more JAR files than it used to due to the clarifications of

Re: How to limit the number of concurrent client connections?

2013-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/15/13 2:53 PM, Hermes Flying wrote: > How can I use tomcat's number of connectors and max accept count > in order to place a limit in my clients concurrent requests? For > example if I set the connectors to be 400 then 400 connectors >

Re: URLStreamHandlerFactory

2013-01-15 Thread Mark Thomas
On 15/01/2013 19:09, Christopher Schultz wrote: > Sriram, > > On 1/15/13 12:50 PM, e e wrote: >> [I a]m trying to understand why WebAppLoader does a >> URL.setURLStreamHandlerFactory(). > > Presumably, it's important to handle URLs in a custom way for web > applications. No. It is because Tomc

Re: URLStreamHandlerFactory

2013-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sriram, On 1/15/13 12:50 PM, e e wrote: > [I a]m trying to understand why WebAppLoader does a > URL.setURLStreamHandlerFactory(). Presumably, it's important to handle URLs in a custom way for web applications. > I see that a protocol handler is b

Re: Tomcat slow during startup >= 7.0.28

2013-01-15 Thread Stefan Mayr
Am 14.01.2013 15:11, schrieb Conrad Kostecki: Hi! I've noticed, that Tomcat got much slower during startup. When using a Version > 7.0.27 (+ Oracle JDK 7), it takes much longer. ... After this Step, with a newer version, it can take several minutes, until it continues. During this "pause", I ca

URLStreamHandlerFactory

2013-01-15 Thread e e
- Am trying to understand why WebAppLoader does a URL.setURLStreamHandlerFactory(). - I see that a protocol handler is being set for "jndi://" protocol. Our apps' do NOT use JNDI urls. I believe tomcat 6 has NOT used the jndi url anywhere in its codebase. - What feature in tomcat

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Mark Thomas
On 15/01/2013 17:19, Satyen Hingorani wrote: > Hi Chris, > > Thanks for your response. > > I don't see 7.0.35 on the download site; 7.0.34 is the latest. > Where can I get 7.0.35 to try? Chris is suffering from an off-by-one error. 7.0.34 is currently the latest. 7.0.35 will probably start app

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Satyen Hingorani
Hi Chris, Thanks for your response. I don't see 7.0.35 on the download site; 7.0.34 is the latest. Where can I get 7.0.35 to try? Thanks, Satyen On Tue, Jan 15, 2013 at 10:33 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > >

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Satyen, On 1/15/13 9:56 AM, Satyen Hingorani wrote: > We have developed a web-based application that communicates with > back-end servers. Server-Push is an important requirement of the > application, and we are using CometD for this purpose. We are

Tomcat bug with huge log files.

2013-01-15 Thread Vihari
Hello, I am looking for archives of fixed/resolved *tomcat* bugs with huge log-files. This is for research purpose where the goal is to ease the visualization of log files through automatic inference system which automatically groups like variables in the log file. Can some one guide me where

"async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Satyen Hingorani
Hi, We have developed a web-based application that communicates with back-end servers. Server-Push is an important requirement of the application, and we are using CometD for this purpose. We are using the "async" support in Tomcat 7.0 for scalability. We are running the application in Tomcat 7.0.

Re: Tomcat slow during startup >= 7.0.28

2013-01-15 Thread Leon Rosenberg
Hello Conrad, are you running on virtual or real hardware? regards Leon On Mon, Jan 14, 2013 at 3:11 PM, Conrad Kostecki wrote: > Hi! > I've noticed, that Tomcat got much slower during startup. When using a > Version > 7.0.27 (+ Oracle JDK 7), it takes much longer. > > Jan 14, 2013 2:12:40 PM o

Re: Tomcat slow during startup >= 7.0.28

2013-01-15 Thread Conrad Kostecki
Hi Chris! Am 14.01.2013 16:44, schrieb Christopher Schultz: > [..] > Take a thread dump or two. I suspect that Tomcat is scanning more JAR > files than it used to due to the clarifications of certain behaviors > by the servlet EG. If Tomcat is spending a long time scanning JAR > files, there are a