Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Paulo Alvim <[EMAIL PROTECTED]>: Hi Tomi, We've this classic problem (using Tomcat 5.x) with PermGen but in our case the leak occurs after a hot redeploy of any application. After each restart (our typical WAR has 30MB and 150 JSPs), jConsole shows about 4MB of PermGen increased that

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Rainer Jung <[EMAIL PROTECTED]>: Tomi, Increasing Perm Gen size is normal, as long as it goes down again when it reaches the max and gets collected. The max depends on jvm version, possibly on server type and of course your startup options. 64MB default is not uncommon. I used JCons

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Caldarale, Charles R <[EMAIL PROTECTED]>: That's normal behavior when reflection is used. When the next full GC occurs, the accessor classes will be discarded, unless you have inhibited class unloading. How do allow class unloading? How do I inhibit it, for that matter? t.n.a. ---

Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
I've read a number of reports about similar problems, but can't distinguish which ones are relevant. My problem is that my available PermGen memory is constantly decreasing as the application works. I see this in the tomcat logs: ... [Loaded sun.reflect.GeneratedMethodAccessor197 from __JVM_Define

Re: war package ignores context fragment?

2007-05-15 Thread Tomi N/A
2007/5/15, Tomi N/A <[EMAIL PROTECTED]>: Worked like a charm, both on my development machine and in the hosted environment: thanks, Chuck! Ups, sorry Hassan: I appreciate your help as well. Cheers, t.n.a. - To start

Re: war package ignores context fragment?

2007-05-15 Thread Tomi N/A
2007/5/14, Caldarale, Charles R <[EMAIL PROTECTED]>: A better place for the would be in META-INF/context.xml of the webapp. Worked like a charm, both on my development machine and in the hosted environment: thanks, Chuck! Cheers, t.n.a. --

Re: war package ignores context fragment?

2007-05-13 Thread Tomi N/A
2007/5/13, Hassan Schroeder <[EMAIL PROTECTED]>: On 5/13/07, Tomi N/A <[EMAIL PROTECTED]> wrote: > I want to set up an application called solr to run on tomcat. I have a > problem with a property I need to set so that the application will run > correctly: I don't under

war package ignores context fragment?

2007-05-13 Thread Tomi N/A
I want to set up an application called solr to run on tomcat. I have a problem with a property I need to set so that the application will run correctly: I don't understand the instructions for the tomcat setup. From the "solr on tomcat setup guide": -

Re: Unable to Stop Tomcat

2007-04-17 Thread Tomi N/A
Tomcat is UNSTOPPABLE! I-I-I'm sorry, I couldn't help myself... :) Sorry for the distraction, t.n.a. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Unable to Stop Tomcat

2007-04-17 Thread Tomi N/A
2007/4/17, Martin Gainty <[EMAIL PROTECTED]>: Tomi- what happens when you change folder to %CATALINA_HOME\bin java -jar bootstrap.jar stop !--now to verify tomcat has been stopped try ps -ef | grep "omcat" I'm sorry to have confused you Martin, but apparently you mistook my would-be humoristi

Re: Java database schema managers?

2005-11-26 Thread N/A
Go to sourceforge, get Druid. - Original Message - From: "Joe Reger, Jr." <[EMAIL PROTECTED]> To: Sent: Friday, November 25, 2005 2:28 PM Subject: OT: Java database schema managers? A bit off-topic but I haven't found a good answer elsewhere. Problem: Single Tomcat/Java/MySql app depl