Resolution: As per Apache site ( http://tomcat.apache.org/faq/memory.html) for resolving memory issues:
========================================================================== If you have a lot of servlets or JSP's, you may need to increase your permanent generation. By default, it is 64MB. Doubling it to be -XX:MaxPermSize=256m might be a good start. ===========================================================================
You will need to add the below property in bwc/5.2./bin/tomcat_<your servletEngine>.tra file: