i\'m getting the following error \"http-9000-5\" java.lang.OutOfMemoryError: PermGen space
org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.serv
If you're using Tomcat as a Server of Eclipse, go to Server view, then double click on Tomcat, then "Open Launch Configuration", go to Arguments tab, and after setting -Dcatalina.base="" put this
-Xms256m -Xmx512m -XX:MaxPermSize=512m -XX:PermSize=128m