Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-20 Thread Mark Thomas
On 20/07/2011 05:26, Monsieur fsfu wrote: > @Chuck -- The moment I remove context xml (xyz##001.xml) file, tomcat > automagically removes the corresponding dir from webapps. So that's > not an issue. > > In my log file i see the following message > > INFO | jvm 1| 2011/07/19 16:11:07 | Jul

Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Monsieur fsfu
@Chuck -- The moment I remove context xml (xyz##001.xml) file, tomcat automagically removes the corresponding dir from webapps. So that's not an issue. In my log file i see the following message INFO | jvm 1| 2011/07/19 16:11:07 | Jul 19, 2011 4:11:07 PM org.apache.catalina.startup.HostConf

RE: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Caldarale, Charles R
> From: Monsieur fsfu [mailto:monsieurf...@gmail.com] > Subject: Tomcat 7 parallel deployment and PermGen Heap Space > Now if i remove the old war file (xyz##001.war) by removing > xyz##001.xml ($catalina_home/conf/Catalina/locahost/xyz##001.xml), > PermGen space doesn't come down. First, verif

Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Konstantin Kolinko
2011/7/20 Monsieur fsfu : > I was checking out the parallel deployment feature of tomcat 7 and > encountered an issue with PermGen space of JVM. After the initial > deployment (xyz##001.war), PermGen space reaches ~120mb of space and > after parallel deployment (xyz##002.war) it almost doubles (~20

Re: Tomcat 7 parallel deployment and PermGen Heap Space

2011-07-19 Thread Rainer Jung
On 20.07.2011 01:32, Monsieur fsfu wrote: > Hi, > > I was checking out the parallel deployment feature of tomcat 7 and > encountered an issue with PermGen space of JVM. After the initial > deployment (xyz##001.war), PermGen space reaches ~120mb of space and > after parallel deployment (xyz##002.wa