Tomcat 5.5 clustering

2007-05-10 Thread Gross, Keith
I was wondering what people use for cluster monitoring and administration. I have my test cluster set up with the farm deployer so deployment/undeployment across the cluster are easy enough. What I'm looking for is something like what the admin and manager appliactions can do but on a cluster basis

RE: Building from source

2007-04-26 Thread Gross, Keith
c) edit build.properties.default (the base.path parameter is where it will download dependencies too) d) ant download e) ant (or ant release, but this requires additional stuff) Filip Gross, Keith wrote: > I was trying to follow the direction from the web site for building > Tomcat > 5.5

Building from source

2007-04-25 Thread Gross, Keith
I was trying to follow the direction from the web site for building Tomcat 5.5 from source. I was wondering if anybody has done a from scratch build using those instructions? I found right off the build.xml (http://tomcat.apache.org/tomcat-5.5-doc/build.xml) linked from that page (http://tomcat.a

RE: Classloader leak

2007-04-19 Thread Gross, Keith
Gross, Keith wrote: > I'll need to strip the application of some confidential bits but since > my test case only required the menu page that shouldn't be a problem. > Once I have a test case were would you like it placed? Please create a bugzilla entry for it and add the war as a

RE: Classloader leak

2007-04-19 Thread Gross, Keith
, April 17, 2007 6:05 PM To: Tomcat Users List Subject: Re: Classloader leak Gross, Keith wrote: > Is there some way to prevent this? It could be application error or it could be a Tomcat bug. Can you create a simple war that demonstrates the issue I can use for deb

Classloader leak

2007-04-17 Thread Gross, Keith
I'm running Tomcat 5.5.23 on Java 1.6.0_01 on Windows. During testing I've noticed that memory usage rises steadily with each redeploy of an application. After each redeploy Jconsole reports the number of loaded classes has risen and the memory use in the PermGen has increased. Tomcat is the bina