Re: SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-25 Thread Brooke Hedrick
-Brooke On Jun 25, 2012, at 5:57 PM, "Don Lawton" wrote: > I’m developing a servlet to use as the controller in a MVC web app. Each > time I start/restart the server, I get a “SEVERE: Servlet threw load() > exception java.lang.ClassNotFoundException:” error with a stack dump. The > miss

Re: RE : Tomcat7 OutOFMemoryError

2012-03-05 Thread Brooke Hedrick
On Mar 5, 2012 11:34 AM, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Philippe, > > On 3/5/12 8:14 AM, Philippe ROUXEL wrote: > > 75MB of stack is needed by hibenate to save the data aka a graph. > Philippe, are you confusing stack memory with heap memory?

Re: [Tomcat JDBC Pool] Close pooled connections via JMX

2012-03-04 Thread Brooke Hedrick
On Mar 4, 2012 2:50 PM, "Bob Hall" wrote: > > > > > > ________ > From: Brooke Hedrick > To: Tomcat Users List > Sent: Sunday, March 4, 2012 12:21 PM > > > On Mar 4, 2012, at 1:35 PM, Chema wrote: > > > >>&

Re: [Tomcat JDBC Pool] Close pooled connections via JMX

2012-03-04 Thread Brooke Hedrick
On Mar 4, 2012, at 1:35 PM, Chema wrote: >> We use Spring w/ Hibernate as I recall. Yes, we have talked about that - a >> ping query. What we don't like about that is now we have a tc ping and app >> ping. We have also discussed just changing the tc borrow/ping to do the >> dual@remotedb que

Re: [Tomcat JDBC Pool] Close pooled connections via JMX

2012-03-04 Thread Brooke Hedrick
On Mar 4, 2012 5:13 AM, "Chema" wrote: > > >> > >> > That approach doesn't work when the application uses symlinks to get to > >> > data on other Oracle servers. > > > Right. With dblinks, it's the RDBMS who opens/closes a session against > the remote server, via dblinks > I guess that when you sa

RE: [Tomcat JDBC Pool] Close pooled connections via JMX

2012-03-03 Thread Brooke Hedrick
On Mar 3, 2012 11:48 AM, "Brooke Hedrick" wrote: > > > On Mar 3, 2012 11:35 AM, "Caldarale, Charles R" < chuck.caldar...@unisys.com> wrote: > > > > > From: Brooke Hedrick [mailto:brooke.t.hedr...@gmail.com] > > > Subject: Re: [Tomcat JDB

RE: [Tomcat JDBC Pool] Close pooled connections via JMX

2012-03-03 Thread Brooke Hedrick
On Mar 3, 2012 11:35 AM, "Caldarale, Charles R" wrote: > > > From: Brooke Hedrick [mailto:brooke.t.hedr...@gmail.com] > > Subject: Re: [Tomcat JDBC Pool] Close pooled connections via JMX > > > > Do you have testOnBorrow="true" and a valida

Re: [Tomcat JDBC Pool] Close pooled connections via JMX

2012-03-03 Thread Brooke Hedrick
On Mar 3, 2012 7:17 AM, "Pid" wrote: > > On 03/03/2012 12:33, Michael wrote: > > Hi folks, > > > > I've been examining the JMX operations of the new pool and did not find > > a crucial one. > > > > Sometimes our Oracle database has to be restarted, the pool still keeps > > the pooled connections.

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Brooke Hedrick
On Jan 20, 2012 6:47 AM, "Brooke Hedrick" wrote: > > H > > On Jan 20, 2012 4:23 AM, "Andrew Erskine" wrote: > > > > Top post ? > > > > Win2003svr > > > > Yes correct store .. the only one I've been using .. did try and

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Brooke Hedrick
:p...@pidster.com] > Sent: 20 January 2012 09:51 > To: Tomcat Users List > Subject: Re: Cannot rid of expired Certificate ... > > On 20/01/2012 02:28, Brooke Hedrick wrote: > > Are you sure you updated the correct keystore? Which o/s are you running? > > (Please don't

Re: Cannot rid of expired Certificate ...

2012-01-19 Thread Brooke Hedrick
Are you sure you updated the correct keystore? Which o/s are you running? On Jan 19, 2012 2:54 PM, "Darryl Lewis" wrote: > Did you restart tomcat? > > On 20/01/12 5:00 AM, "Andrew Erskine" wrote: > > >I have a self certificate that expired today. > > > > > > > >I removed the certificate from th

Re: tomcat http connector

2011-11-22 Thread Brooke Hedrick
I use the http connector (actually https) with tcnative and mod_proxy w/ http in Apache Httpd. For my purposes, I wanted https connections between the httpd server and tomcat. I only saw a big performance issue when I wasn't using tcnative libraries. On Nov 22, 2011 2:58 AM, "Kursat Tuncel" wrot

Re: Grabbing the user's info

2011-11-20 Thread Brooke Hedrick
I use OpenAM. It is free and source is free. A tomcat server does all of the authentication and authorization. But what is nice is that there is an apache module so you can do all of the enforcement at your web server. Then all other tomcat servers being proxied by that same web server can be se

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-23 Thread Brooke Hedrick
Congrats Chris. On Nov 23, 2010 7:01 PM, "Keiichi Fujino" wrote: > 2010/11/23 Mark Thomas : >> On behalf of the Tomcat committers I am pleased to announce that >> Christopher Schultz (schultz) has been voted in as a new Tomcat committer. >> >> Please join me in welcoming him. >> > > Congratulation

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Brooke Hedrick
Doesn't the db pooling config use a param called something like initSize or initialSize if you want it to start at that size. On Nov 6, 2010 2:17 PM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jim, > > On 11/6/2010 2:17 PM, Jim Riggs wrote: >> On Nov 6, 2010

Update the tomcat-users.xml file to reflect the new roles?

2010-11-05 Thread Brooke Hedrick
Hey, Would it make sense to update the conf/tomcat-users.xml file to account for the new roles? Here's my patch: 34a35,42 > > > > > > > >

Re: [OT] How to run *.patch file in windows

2010-11-05 Thread Brooke Hedrick
You can use patch from the gnuwin32 project - http://gnuwin32.sourceforge.net/packages.html On Fri, Nov 5, 2010 at 8:08 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rujun, > > On 11/5/2010 9:02 AM, rujin raj wrote: > > Recent