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 com.sun.data.provider.impl.CachedRowSetDataProvider.setCur

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 pro

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: 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 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 regular expression, so it was not clear how a comma-separated list should be interpreted. There is probably a more com

Re: Does maxPostSize has an effect on file upload?

2012-12-13 Thread Mark Thomas
Kai Weber 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 multipart/form-data not count to

Re: About tomcat 8.0.0 dev documentation

2012-12-13 Thread Mark Thomas
Ram Laxman 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 cached copy,    >  the

Re: Tomcat 7.0.34 JspC issue?

2012-12-13 Thread Mark Thomas
Jess Holle 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: org.apache.catalina.valves.RemoteAddrValve on Tomcat 7.0.27 x64 Windows 2008 R2

2012-12-13 Thread Michael Trabjerg
Hi André This worked 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. december 2012 16:10 To: Tomcat Users List Subject: Re: org.apache.catalina.valves.RemoteAddrValve on Tomcat 7.0.27 x

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: Now I can only make to following work I belie

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: Now I can only make to following work Please help Thanks Br. Mich

Re: tomcat7-maven-plugin

2012-12-13 Thread Josh Gooding
On Thu, Dec 13, 2012 at 9:36 AM, Olivier Lamy wrote: > 2012/12/13 Josh Gooding : > > On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy wrote: > > > >> Good detailed description :-). > >> > > > > Hey even I get it right once in a while... ;) > > > > > >> I just wonder about the cli you are using ? >

Re: tomcat7-maven-plugin

2012-12-13 Thread Olivier Lamy
2012/12/13 Josh Gooding : > On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy 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 termin

Re: tomcat7-maven-plugin

2012-12-13 Thread Josh Gooding
On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy 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 share of flack

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: 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 pres

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