java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-10 Thread Prabhu Gurunathan
Hi All, We have an setup where we are using OpenJDK 1.7 and Tomcat 7.0.100 , in CentOs 7 Env . and we have many application deployed in Tomcat/webapps and the common lib's needed for those apps are kept in Tomcat/lib directory like log4j , commons-fileupload ,xerces , Xalan .. etc The proble

RE: Sporadic failure of load a servlet filter

2020-10-10 Thread BOSECKER Nancy
Hi Chris - >On 10/9/20 16:12, BOSECKER Nancy wrote: >> I have a servlet that loads when Tomcat is started. It's loaded from xml: >> > privileged="true" >> antiResourceLocking="false" >> >> swallowOutput="false"> >> >> >> There isn't anything special about this particula