The problem whith PermGen space also occurs when I redeploy too often in a
short amount of time. Does that point in any direction?
it points to the "class loader not released-problem" or at least to a
"class loader not released immediately-problem".
some more infos:
http://opensource.atlassi
hi,
if you have a lot of different webapps with the same third party libs in
the WEB-INF/lib folder it might help if you move them to the shared/lib
folder. i recommend to put only the third party libs there, who are
definitely the same for all webapps, for example jdbc-driver and similar
thi