|
|
|
|
| 12:12:57 PM - Fri, Nov 5th 2010 |
|
If the software install OK and you get a 404 error when trying to run the welcome page, check the logs for Out of Memory errors.
If you are getting PermGen memory errors, we'd recommend you change the tomcat parameters to change the value to at least 128m.
If you are running Tomcat as a service, you should be able to open the Tomcat properties window and click the 'Java' tab - you can then put -XX:MaxPermSize=128m in the Java Options section and restart. (For an example see http://www.zulutown.com/blog/2009/03/12/solving-tomcat-outofmemoryerror-heap-space-and-per...)
If you are getting heap memory errors, change the Tomcat heap size to at least 512m by adding the option -Xmx=512m
|
|
|