Re: PermGen space

2007-02-16 Thread Davide Romanini
plication. > 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 probl

Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Davide Romanini
ferencing 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: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Davide Romanini
cat Manager I receive the message > > "Unauthorized" when connecting to http://127.0.0.1:8080/ > > what should be the problem? > > Can you help me? > > Thank you! > You should try to connect using a user with "manager" role (in your file the o

Re: JDBC Pool exhaustion

2006-10-11 Thread Davide Romanini
ng the validationQuery and testOnBorrow=true options of DBCP. > Do you have any idea about what we can do to 'force' the Tomcat server to > release the unused JDBC 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
without using a full 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
o: > > http://cvs.apache.org/repository/axis/jars/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]

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

2006-01-26 Thread Davide Romanini
sloader to hold a reference 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-25 Thread Davide Romanini
hink this is serious: hot deployment becomes totally useless and you have to restart tomcat each time you deploy a new version :-( Bye, Davide Romanini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]