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 [...]
Posts Tagged ‘Tomcat’
Building a Hello World portlet with Liferay
Posted: April 1, 2009 in Life in general, TechnologyTags: ANT, Glassfish, howto, liferay, portlet, Tomcat
29
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.
