maxSpareThreads and minSpareThreads options on tomcat 6 ajp connector

2011-01-18 Thread Curtis Garman
they show up in jconsole if they are invalid properties? 2) were the properties renamed or was the functionality of these two properties rolled into some other property? -- Curtis Garman

log4j email appender and hostname

2010-04-23 Thread Curtis Garman
but I was thinking there might be a way that tomcat can read something like log4j.appender.email.subject=Java Application Error (${HOSTNAME}) -- Curtis Garman

Re: tomcat 6.0.18 shutdown address

2010-02-18 Thread Curtis Garman
yes...this is what I was told...thanks all for the info On Thu, Feb 18, 2010 at 9:52 AM, André Warnier wrote: > Curtis Garman wrote: > >> Is this something new for tomcat 6?...I was told there was a security >> vulnerability there with tomcat 5 >> > > Yes. At so

Re: tomcat 6.0.18 shutdown address

2010-02-18 Thread Curtis Garman
Is this something new for tomcat 6?...I was told there was a security vulnerability there with tomcat 5 On Thu, Feb 18, 2010 at 9:27 AM, Pid wrote: > On 18/02/2010 15:14, Curtis Garman wrote: > >> I'm moving from tomcat 5.5.25 to tomcat 6.0.18 and have noticed one >>

tomcat 6.0.18 shutdown address

2010-02-18 Thread Curtis Garman
w if the syntax just changed or what. -- Curtis Garman Web Programmer Heartland Community College

Re: Thread issue - org.apache.tomcat.util.threads.ThreadPool logFull

2009-11-04 Thread Curtis Garman
Thanks for the link...I will look into this Curtis On Wed, Nov 4, 2009 at 12:20 PM, Caldarale, Charles R wrote: >> From: Curtis Garman [mailto:curt.gar...@gmail.com] >> Subject: Thread issue - org.apache.tomcat.util.threads.ThreadPool >> logFull >> >> Does an

Thread issue - org.apache.tomcat.util.threads.ThreadPool logFull

2009-11-04 Thread Curtis Garman
this? I set one up today but haven't gotten any email though. -- Curtis Garman Web Programmer Heartland Community College - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: How to use Includes in CSS files

2009-10-26 Thread Curtis Garman
are downloaded sequentially rather than in parallel. Read > Steve Souders blog for more info. > > http://www.stevesouders.com/blog/2009/04/09/dont-use-import/ > > > Curtis Garman wrote: >> >> Why does it all need to be the same physical file? I would use the css >> i

Re: How to use Includes in CSS files

2009-10-23 Thread Curtis Garman
ext: > http://www.nabble.com/How-to-use-Includes-in-CSS-files-tp26024235p26028142.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: doubts about tomcat form based authentication

2009-10-20 Thread Curtis Garman
-------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Curtis Garman Web Programmer Heartland Community College - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: doubts about tomcat form based authentication

2009-10-20 Thread Curtis Garman
' guess that you did something wrong. > > BTW: What IE shows you is of very little use, unless you turn off > "friendly" error messages. > > -- > Regards >  mks > > > > ----- > To un

Re: doubts about tomcat form based authentication

2009-10-20 Thread Curtis Garman
l > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@t

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-19 Thread Curtis Garman
what about doing would this retain the spaces or would it be identical to ${firstName} ${lastName} On Fri, Oct 16, 2009 at 11:01 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Curtis, > > On 10/16/2009 11:50 AM, Curtis Garman wrote: &g

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-19 Thread Curtis Garman
ot; >> to " " (that is, use a space instead of nothing). >> >> This bugzilla entry might be interesting to you: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 > > > Changing emptyText from "" to " " would break the workaround. It

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-16 Thread Curtis Garman
main reason for wanting it turned on in the first place. Curtis On Fri, Oct 16, 2009 at 10:42 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Curtis, > > On 10/16/2009 9:49 AM, Curtis Garman wrote: >> That's what I ended up doing a

Re: Shared email resource

2009-10-16 Thread Curtis Garman
Ken, have you got your problem resolved? 2009/10/15 Mikolaj Rydzewski : > Curtis Garman wrote: >> >> I've only every declared in in META-INF/context.xml > > It's fine to define Resource completely in context.xml. > But if one uses GlobalNamingResources (as OP do

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-16 Thread Curtis Garman
t; > On 10/13/2009 5:08 PM, Curtis Garman wrote: >> Has anyone else experienced loosing spaces between printing jstl >> variables. I've got something that is printing >> >> ${firstName} ${lastName}  --> Curtis Garman >> >> but instead the

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-15 Thread Curtis Garman
hack it but I won't always necessarily know that it is happening. Curtis On Thu, Oct 15, 2009 at 11:42 AM, Markus Stauffer wrote: > My suggestion: set trimSpace to true on both servers. > > Then use ${firstName}{' '}${lastName} > > regards > > > Am 13.10.2

Re: Shared email resource

2009-10-15 Thread Curtis Garman
ontext.xml: > > >  type="javax.mail.Session" > /> > > > -- > Mikolaj Rydzewski > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Curtis Garma

tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-13 Thread Curtis Garman
Has anyone else experienced loosing spaces between printing jstl variables. I've got something that is printing ${firstName} ${lastName} --> Curtis Garman but instead the space in between the two names is getting lost so it prints as CurtisGarman The wierd thing is that it displays j

Re: Getting out of memory using tomcat 6.0.20 but works fine in tomcat 5.5.28

2009-10-13 Thread Curtis Garman
.5.28-tp25866219p25866219.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Curtis Garman Web Programmer He

Re: tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-09 Thread Curtis Garman
Honestly, I'm not that familiar with classloaders...I've never had to deal with them...what would I look at to determine if this danger is likely to be present? On Fri, Oct 9, 2009 at 1:31 PM, Caldarale, Charles R wrote: >> From: Curtis Garman [mailto:curt.gar...@gmail.com

Re: tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-09 Thread Curtis Garman
So are you saying that I shouldn't use the shared lib at all?...or just sparingly? On Fri, Oct 9, 2009 at 12:36 PM, Caldarale, Charles R wrote: >> From: Curtis Garman [mailto:curt.gar...@gmail.com] >> Subject: tomcat 5.5.25 shared lib and sharing webapp jars >> >>

tomcat 5.5.25 shared lib and sharing webapp jars

2009-10-09 Thread Curtis Garman
e was anything to the idea that garbage collection wouldn’t reclaim shared lib memory…or it may be that this particular jvm just has too much in it again -- Curtis Garman Web Programmer Heartland Community College - To unsubscribe, e