Michele Mase' wrote:
I've 100 webapps on one single tomcat instance.
Every webapps has in his WEB-INF/lib the same jars
I've some permgen memory problems too
Moving all the shared libs in tomcat's root/common/lib should help me
reducing the perm gen memory usage?
Should it be a good pratics
It will solve one problem, but will cause others, difficult to trace.
E.g. static classes/fields loaded from common classloader will be shared
among all webapps.
You should rather refactor your webapp to be able to change its 'work
context' depending on URI/domain name.
--
Mikolaj Rydzewski <m...@ceti.pl>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org