[ANN] Apache Tomcat 7.0.34 released

2012-12-12 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.34. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains a small number of bug fixes and improvements compared to version 7.0.33. The

NullPointerException in NioBlockingSelector - not a problem though

2012-12-12 Thread Steffen Heil (Mailinglisten)
Hi I cannot reproduce it, but I've seen the following error in my logs a few times now: SEVERE: Error reading request, ignored java.lang.NullPointerException at org.apache.tomcat.util.net.NioBlockingSelector.read(NioBlockingSelector.java :193) at

Re: Tomcat 7 Maven Plugin - set MaxPermSize

2012-12-12 Thread Olivier Lamy
2012/12/11 David Miller possum@gmail.com: I'm using the tomcat-maven plugin to set a value for MaxPermSize but it's not working. You can see in the below plugin my setting for JAVA_OPTS - I've also tried MAVEN_OPTS and CATALINA_OPTS. I can see that it's not working using jvisualvm (can

Re: Tomcat 7.33 update on Windows

2012-12-12 Thread Justin Larose
Konstantin Kolinko knst.koli...@gmail.com wrote on 12/11/2012 09:12:16 AM: From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Date: 12/11/2012 09:12 AM Subject: Re: Tomcat 7.33 update on Windows 2012/12/11 Justin Larose justin.lar...@nexweb.org:

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/11/12 6:28 PM, André Warnier wrote: Yuri E wrote: I added a exception for the 8080 port in the Windows XP Firewall settings. Tomcat is working now. Thanks for all the answers. Yuri, for me that still does not explain why you

Re: According to TLD or attribute directive in tag file, attribute xml does not accept any expressions

2012-12-12 Thread Mark Eggers
On 12/12/2012 6:51 AM, Ferdie Romero wrote: Hi Guys, We are having issues upon testing our newly upgraded tomcat/apache. We encounter the error below: Dec 12, 2012 9:13:10 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [jsp] in context with

Re: According to TLD or attribute directive in tag file, attribute xml does not accept any expressions

2012-12-12 Thread Ferdie Romero
Hi, I already tried using %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %^M and %@ taglib uri=http://java.sun.com/jstl/core; prefix=c %^M but I got the same error. Thanks. On Wed, Dec 12, 2012 at 11:56 PM, Mark Eggers its_toas...@yahoo.com wrote: On 12/12/2012 6:51 AM, Ferdie

Re: According to TLD or attribute directive in tag file, attribute xml does not accept any expressions

2012-12-12 Thread Mark Eggers
On 12/12/2012 8:27 AM, Ferdie Romero wrote: Hi, I already tried using %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %^M and %@ taglib uri=http://java.sun.com/jstl/core; prefix=c %^M but I got the same error. Thanks. On Wed, Dec 12, 2012 at 11:56 PM, Mark Eggers

tomcat7-maven-plugin

2012-12-12 Thread Josh Gooding
I didn't want to come here to ask as I always hate to bother anyone, but maybe I should have come here first. I'm coming up short on answers and ideas. I'm having an issue with using maven and the tomcat7 plugin. Maven version -3.0.4 Tomcat version - 7.0.29 .jdk version - 1.6

Re: tomcat7-maven-plugin

2012-12-12 Thread Olivier Lamy
Good detailed description :-). I just wonder about the cli you are using ? 2012/12/12 Josh Gooding josh.good...@gmail.com: I didn't want to come here to ask as I always hate to bother anyone, but maybe I should have come here first. I'm coming up short on answers and ideas. I'm having an

Tomcat 7.0.34 JspC issue?

2012-12-12 Thread Jess Holle
I moved to Tomcat 7.0.34 -- apparently with inadequate testing / too much trust. Some JSPs that precompiled just fine with 7.0.33 and many previous Tomcat versions now produce the error shown below Moving back to the ecj jar from Tomcat 7.0.33 resolves the issue. I'm assuming buggy JDT

Re: Tomcat 7.0.34 JspC issue?

2012-12-12 Thread Mark Thomas
Jess Holle je...@ptc.com wrote: I moved to Tomcat 7.0.34 -- apparently with inadequate testing / too much trust. Some JSPs that precompiled just fine with 7.0.33 and many previous Tomcat versions now produce the error shown below Moving back to the ecj jar from Tomcat 7.0.33 resolves the