RE: tomcat asynchronous invocation problem

2012-04-11 Thread Vyacheslav Trainin
For those who interested I opened Bug 53061 for this issue -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, April 10, 2012 10:52 AM To: Tomcat Users List Subject: RE: tomcat asynchronous invocation problem Vyacheslav Trainin vyacheslav.trai...@playtech.com

Re: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-11 Thread Pid
On 11/04/2012 03:47, Peter wrote: hey Christopher, the app I used that uncovered the issue is one I use exclusively to validate tomcat releases;) it is a hello world style app using spring/servlet3.0. it has simple spring aop point cutting via jamon , simple spring jms (active mq) simple

Re: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-11 Thread Mark Thomas
Pid p...@pidster.com wrote: On 11/04/2012 03:47, Peter wrote: hey Christopher, the app I used that uncovered the issue is one I use exclusively to validate tomcat releases;) it is a hello world style app using spring/servlet3.0. it has simple spring aop point cutting via jamon , simple

Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Lazar Kirchev
Hello, In servlet 3.0 specification ServletContainerInitilizer class is defined to allow programatic addition of servlet/filters/listeners. I am using a ServletContextInitializer to add a ServletContextListener to the ServletContext. I use Tomcat 7.0.25. This works fine if the web.xml major

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Mikolaj Rydzewski
On 11.04.2012 14:10, Lazar Kirchev wrote: In servlet 3.0 specification ServletContainerInitilizer class is defined to allow programatic addition of servlet/filters/listeners. I am using a ServletContextInitializer to add a ServletContextListener to the ServletContext. I use Tomcat 7.0.25. This

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Lazar Kirchev
I want the ServletContainerInitializer to be called for all applications I deploy, not only with web.xml version 3.0, but also with lower version. Is this possible? On Wed, Apr 11, 2012 at 3:17 PM, Mikolaj Rydzewski m...@ceti.pl wrote: On 11.04.2012 14:10, Lazar Kirchev wrote: In servlet 3.0

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Konstantin Kolinko
2012/4/11 Lazar Kirchev lazar.kirc...@gmail.com: I want the ServletContainerInitializer to be called for all applications I deploy, not only with web.xml version 3.0, but also with lower version. Is this possible? 1. Do not top post. Write answers below the questions. 2. You would even be

RE: Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Caldarale, Charles R
From: Lazar Kirchev [mailto:lazar.kirc...@gmail.com] Subject: Re: Using ServletContainerInitializer for 2.5 applications I want the ServletContainerInitializer to be called for all applications I deploy, not only with web.xml version 3.0, but also with lower version. Is this possible?

Re: High CPU with Tomcat 7.0.26 6.0.35

2012-04-11 Thread Marvin S. Addison
http-443-205 daemon prio=10 tid=0x096a8400 nid=0x2a04 runnable [0x3089d000..0x3089e130] java.lang.Thread.State: RUNNABLE at org.apache.tomcat.jni.Socket.sendbb(Native Method) at

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Lazar Kirchev
On Wed, Apr 11, 2012 at 3:54 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Lazar Kirchev [mailto:lazar.kirc...@gmail.com] Subject: Re: Using ServletContainerInitializer for 2.5 applications I want the ServletContainerInitializer to be called for all applications I

Intermittent ServletException - Unable to compile class for JSP for a struts-1.3.10 web-app with Tomcat 7.0.26/7.0.27

2012-04-11 Thread Ashima Sharma
We just did a tomcat upgrade (from 6.0.36 to 7.0.26) for a legacy struts-1.3.10 app on Windows 2008 R2 (64-bit). Ever since, there's been an intermittent occurence of the following 2 exceptions (for random jsps) - *2012-04-10 18:27:45,751 ERROR [org.apache.struts.tiles.taglib.InsertTag] -

Re: Intermittent ServletException - Unable to compile class for JSP for a struts-1.3.10 web-app with Tomcat 7.0.26/7.0.27

2012-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashima, On 4/11/12 11:05 AM, Ashima Sharma wrote: We just did a tomcat upgrade (from 6.0.36 to 7.0.26) for a legacy struts-1.3.10 app on Windows 2008 R2 (64-bit). Ever since, there's been an intermittent occurence of the following 2 exceptions

Re: Intermittent ServletException - Unable to compile class for JSP for a struts-1.3.10 web-app with Tomcat 7.0.26/7.0.27

2012-04-11 Thread Ashima Sharma
Most of the jsps have this issue...but it happens randomly. For e.g., i wd be able to access the registration page 5 times w/o any issue, and the 6th time I'd get this error. Its bizarre that tomcat tries to recompile the already compiled jsp at some random point even though the page hasn't

Re: mod_jk - Firewall connection dropping

2012-04-11 Thread Luke Meyer
Just noticed what I was missing about connectionTimeout - it's the default for keepAliveTimeout. So, that clears that up. Still don't think it's a huge negative performance impact! to disable connection reuse. - Original Message - From: Luke Meyer lme...@vmware.com To:

Re: Intermittent ServletException - Unable to compile class for JSP for a struts-1.3.10 web-app with Tomcat 7.0.26/7.0.27

2012-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashima, On 4/11/12 4:27 PM, Ashima Sharma wrote: Most of the jsps have this issue...but it happens randomly. For e.g., i wd be able to access the registration page 5 times w/o any issue, and the 6th time I'd get this error. Its bizarre that tomcat

Re: mod_jk - Firewall connection dropping

2012-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luke, On 4/11/12 5:17 PM, Luke Meyer wrote: Just noticed what I was missing about connectionTimeout - it's the default for keepAliveTimeout. So, that clears that up. Still don't think it's a huge negative performance impact! to disable

Re: Using ServletContainerInitializer for 2.5 applications

2012-04-11 Thread Pid *
On 11 Apr 2012, at 14:42, Lazar Kirchev lazar.kirc...@gmail.com wrote: ServletContainerInitializer Only exists in Servlet 3.0. Supporting it in lower spec versions would be non-compliant. And silly. p - To unsubscribe,

tomcat manager with weak password compromised. Any idea about the payload?

2012-04-11 Thread Tom H
Hi, An instance running tomcat 6.0.24 as root in our developer network was compromised today by a scanning bot which deployed a war file and then deleted the on disk file, before scanning for new hosts until the IDS detected it. Obviously this is not a flaw in tomcat, but I was hoping