Tomcat 6.0.35, PersistentManager with FileStore - Session file size increases endlessly

2012-12-13 Thread Nico Peters
Hi, I have a problem that on one of our servers we use the PersistentManager with Filestore and it happened that one session file increased endlessly to a size of 235GB before we removed that session. First, some information to our setup: Server version: Apache Tomcat/6.0.35 Server built: Jan

Re: Tomcat 7.0.34 JspC issue?

2012-12-13 Thread Jess Holle
No, unfortunately I have no small test case. Our JSPs are the opposite of standalone test cases and I've not had time to try to find a trigger within them -- and quite likely won't have such time. Out of our 1000's of JSP pages I saw a dozen or so JSP precompilation failures that weren't

Does maxPostSize has an effect on file upload?

2012-12-13 Thread Kai Weber
I see the following behaviour on Tomcat 6.0.24: The maxPostSize is not set, so uses the default of 2MB. I can upload files bigger than 2MB (5MB for example). I use commons-fileupload to read the file. Does a file upload as multipart/form-data not count to the size of the POST?

Re: tomcat7-maven-plugin

2012-12-13 Thread Josh Gooding
On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy ol...@apache.org wrote: Good detailed description :-). Hey even I get it right once in a while... ;) I just wonder about the cli you are using ? cli as in command line interface? - Win 7, CentOS, and Ubuntu terminals, and yes I get my fair

Re: tomcat7-maven-plugin

2012-12-13 Thread Olivier Lamy
2012/12/13 Josh Gooding josh.good...@gmail.com: On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy ol...@apache.org wrote: Good detailed description :-). Hey even I get it right once in a while... ;) I just wonder about the cli you are using ? cli as in command line interface? - Win 7,

Re: tomcat7-maven-plugin

2012-12-13 Thread Josh Gooding
On Thu, Dec 13, 2012 at 9:36 AM, Olivier Lamy ol...@apache.org wrote: 2012/12/13 Josh Gooding josh.good...@gmail.com: On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy ol...@apache.org wrote: Good detailed description :-). Hey even I get it right once in a while... ;) I just wonder

org.apache.catalina.valves.RemoteAddrValve on Tomcat 7.0.27 x64 Windows 2008 R2

2012-12-13 Thread Michael Trabjerg
Hi Info: Tomcat 7.0.27 x64 running on Windows 2008 R2 Tomcat 6 allowed me to restrict access to Tomcat for more than one IP address, but it does not seem to work on Tomcat 7.0.27. Usually this worked: Valve className=org.apache.catalina.valves.RemoteAddrValve allow=127\.0\.0\.1\,

Re: org.apache.catalina.valves.RemoteAddrValve on Tomcat 7.0.27 x64 Windows 2008 R2

2012-12-13 Thread André Warnier
Michael Trabjerg wrote: Hi Info: Tomcat 7.0.27 x64 running on Windows 2008 R2 Tomcat 6 allowed me to restrict access to Tomcat for more than one IP address, but it does not seem to work on Tomcat 7.0.27. Usually this worked: Valve

RE: org.apache.catalina.valves.RemoteAddrValve on Tomcat 7.0.27 x64 Windows 2008 R2

2012-12-13 Thread Michael Trabjerg
Hi André This worked Valve className=org.apache.catalina.valves.RemoteAddrValve allow=(127\.0\.0\.1|192\.168\.12\.22|192\.168\.12\.23)/ The other used to work for Tomcat 6. Thanks a lot. Br Michael Trabjerg -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 13.

Re: Tomcat 7.0.34 JspC issue?

2012-12-13 Thread Mark Thomas
Jess Holle je...@ptc.com wrote: No, unfortunately I have no small test case. Our JSPs are the opposite of standalone test cases and I've not had time to try to find a trigger within them -- and quite likely won't have such time. Fair enough. If you do find time, that would be great. Mark

Re: About tomcat 8.0.0 dev documentation

2012-12-13 Thread Mark Thomas
Ram Laxman ram.laxman241...@yahoo.com wrote: Hi there,   I want to know how to access the tomcat dev 8.0.0 documentation    which having actual URL    http://ci.apache.org/projects/tomcat/tomcat8/docs/index.html   but unable to access it.   When I try to access it from Google

Re: Does maxPostSize has an effect on file upload?

2012-12-13 Thread Mark Thomas
Kai Weber kai.we...@glorybox.de wrote: I see the following behaviour on Tomcat 6.0.24: The maxPostSize is not set, so uses the default of 2MB. I can upload files bigger than 2MB (5MB for example). I use commons-fileupload to read the file. As expected. Does a file upload as

Re: org.apache.catalina.valves.RemoteAddrValve on Tomcat 7.0.27 x64 Windows 2008 R2

2012-12-13 Thread André Warnier
Michael Trabjerg wrote: Hi André This worked Valve className=org.apache.catalina.valves.RemoteAddrValve allow=(127\.0\.0\.1|192\.168\.12\.22|192\.168\.12\.23)/ The other used to work for Tomcat 6. Yes, but as I remember it was changed because it was ambiguous : a comma can be part of a

Tomcat uses only a single Core

2012-12-13 Thread spring
Hi, I have an application running on Tomcat 7 on a 8-Core Linux 64 bit System. Unfortunately it uses only a single core. I have googled alot about this fact but did not found a solution, even not a clear reason for it. What can be the problem here? Thank you

Re: Tomcat uses only a single Core

2012-12-13 Thread Pid
On 13/12/2012 19:44, spr...@gmx.eu wrote: Hi, I have an application running on Tomcat 7 on a 8-Core Linux 64 bit System. Unfortunately it uses only a single core. I have googled alot about this fact but did not found a solution, even not a clear reason for it. What can be the problem

Re: Data sources definitions are lost in memory

2012-12-13 Thread Robert Anderson
Hi, Today the problem happened again, but this time we were monitoring the logs: 13/12/2012 15:49:46 org.apache.catalina.core.ApplicationContext log GRAVE: java.sql.SQLException java.lang.RuntimeException: java.sql.SQLException at