Posts Tagged ‘Tomcat’

Today I tried to build a simple Hello World portlet with Liferay Portal. I am a little disappointed that the documentation isn’t as straight forward as I expected. I had to read through several documents and was confused by outdated/conflicting information. So, I am sharing my setup notes for people who might be interested to [...]

Configure heap size for Tomcat 6.x

Posted: April 4, 2008 in howto
Tags: ,

After looking around a bit, here is how I learned to configure heap size for Tomcat 6.x: export CATALINA_OPTS=”-Xms1024m -Xmx1024m” Thanks to this post for the information.