I am trying to configure tomcat according to Dealing with "java.lang.OutOfMemoryError: PermGen space" error. How do I implement the steps
- You can do that by shutting down the tomcat service, then going into the Tomcat/bin directory and running tomcat6w.exe. Under the "Java" tab, add the arguments to the "Java Options" box. Click "OK" and then restart the service.
So I do the first part shutdown tomcat:
- sudo /etc/init.d/tomcat6 stop
How do I implement the rest? I am running debian linux