Re: PermGen space

2007-02-16 Thread Davide Romanini
. I'm too have this problem, it arises because for some reason the Tomcat WebAppClassloader cannot be garbage collected after undeploy. I made a lot of tests and didn't find any solution, also very simple and small webapps, when loaded/unloaded frequently, caused the problem... :-( Bye, Davide

Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Davide Romanini
a ResourceEnvRef referencing the UserDatabse above (to be honest this should not be an issue with authentication, but... just to be sure). Ciao, Davide Romanini Ciao, Davide Romanini signature.asc Description: Questa è una parte del messaggio firmata digitalmente

Re: JDBC Pool exhaustion

2006-10-11 Thread Davide Romanini
connections? Via JMX you can do a close() on the pool that will close all active and idle connections. Ciao, Davide Romanini signature.asc Description: Questa è una parte del messaggio firmata digitalmente

Re: EJB

2006-04-07 Thread Davide Romanini
application server (like JBoss), there are many better alternatives like Spring container or Hivemind. Bye, Davide Romanini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memory leaking on [un|re]load: WebappClassLoader isn't GC'ed

2006-01-26 Thread Davide Romanini
to WebappClassloader so it cannot be GC'ed when it's reloaded. Surely it's not a Tomcat problem anyway... Bye, Davide Romanini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memory leaking on [un|re]load: WebappClassLoader isn't GC'ed

2006-01-26 Thread Davide Romanini
/axis-1.4-356167.jar Thanks, I'll take a try. I hope to solve the problem. Bye, Davide Romanini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]