<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Running Liferay on Shared Hosting</title>
	<atom:link href="http://steveonjava.com/running-liferay-on-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://steveonjava.com/running-liferay-on-shared-hosting/</link>
	<description>Hacking JavaFX and Java with Agility</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:57:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steveonjava</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-16590</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Wed, 08 Sep 2010 00:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-16590</guid>
		<description>You will have to ask your ISP to change the settings globally since you are in a shared host.  For my ISP they have a fairly high limit (almost 2GB of memory allocated), so I would ask for the sky...</description>
		<content:encoded><![CDATA[<p>You will have to ask your ISP to change the settings globally since you are in a shared host.  For my ISP they have a fairly high limit (almost 2GB of memory allocated), so I would ask for the sky&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-16588</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Tue, 07 Sep 2010 23:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-16588</guid>
		<description>Hi,
how to change jvm memory size in tomcat shared hosting.
that is adding -Xms128m -Xmx512m -XX:MaxPermSize=128m 

Thanks,
Manoj</description>
		<content:encoded><![CDATA[<p>Hi,<br />
how to change jvm memory size in tomcat shared hosting.<br />
that is adding -Xms128m -Xmx512m -XX:MaxPermSize=128m </p>
<p>Thanks,<br />
Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andor Vierbergen</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-16243</link>
		<dc:creator>Andor Vierbergen</dc:creator>
		<pubDate>Thu, 02 Sep 2010 15:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-16243</guid>
		<description>By the way, the steps in this article still work on:
- Liferay 6.0.5
- Tomcat 6.0.26
- Java 1.6.0_21</description>
		<content:encoded><![CDATA[<p>By the way, the steps in this article still work on:<br />
- Liferay 6.0.5<br />
- Tomcat 6.0.26<br />
- Java 1.6.0_21</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andor Vierbergen</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-16242</link>
		<dc:creator>Andor Vierbergen</dc:creator>
		<pubDate>Thu, 02 Sep 2010 15:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-16242</guid>
		<description>Hi Steve. Great article. There isn&#039;t much (Liferay) information around on how to deploy the standalone war. I missed your comment about automatic deployment of the plugins/portlets/themes, etc. i got Liferay working, but had indeed the problem of automatic deployment. It took me a while to figure out why this doesn&#039;t work in this setup. If the additional dependencies are loaded by Tomcat at startup from /lib/ext (add to common.loader in /conf/catalina.properties) everything works fine. If the additional dependencies are added to the liferay context in /WEB-INF/lib, automatic deployment and registration of plugins/portlets/themes fails. Perhaps it has something to do with class loaders etc?

If you know how to solve this, it would be nice to hear. Otherwise, it would be nice how one could work around this by manually installing and registering the plugins/portlets/themes.

Thanks for this article anyway. Helped a lot! 

With regards,

Andor Vierbergen</description>
		<content:encoded><![CDATA[<p>Hi Steve. Great article. There isn&#8217;t much (Liferay) information around on how to deploy the standalone war. I missed your comment about automatic deployment of the plugins/portlets/themes, etc. i got Liferay working, but had indeed the problem of automatic deployment. It took me a while to figure out why this doesn&#8217;t work in this setup. If the additional dependencies are loaded by Tomcat at startup from /lib/ext (add to common.loader in /conf/catalina.properties) everything works fine. If the additional dependencies are added to the liferay context in /WEB-INF/lib, automatic deployment and registration of plugins/portlets/themes fails. Perhaps it has something to do with class loaders etc?</p>
<p>If you know how to solve this, it would be nice to hear. Otherwise, it would be nice how one could work around this by manually installing and registering the plugins/portlets/themes.</p>
<p>Thanks for this article anyway. Helped a lot! </p>
<p>With regards,</p>
<p>Andor Vierbergen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-1639</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Sat, 13 Feb 2010 07:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-1639</guid>
		<description>Sounds like you got the basic Tomcat mult-instance steps down.  Since setting up multiple instances of Tomcat on the same box is not the point of this article, you might want to refer to another resource like this: http://azeditech.com/tomcat/multiple-tomcat-instances.html</description>
		<content:encoded><![CDATA[<p>Sounds like you got the basic Tomcat mult-instance steps down.  Since setting up multiple instances of Tomcat on the same box is not the point of this article, you might want to refer to another resource like this: <a href="http://azeditech.com/tomcat/multiple-tomcat-instances.html" rel="nofollow">http://azeditech.com/tomcat/multiple-tomcat-instances.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vychtrle</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-1627</link>
		<dc:creator>vychtrle</dc:creator>
		<pubDate>Sat, 13 Feb 2010 04:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-1627</guid>
		<description>I have an issue with multiple tomcat instances. I was building 5.3 from source and deployed it to tomcat. I left there only /webapp, /lib/ext, conf/server.xml, and modified /bin/startup.sh&amp;shutdown.sh script for having different $CATALINA_BASE. I setup server.xml for connector to listen on different IP and changed hostname. 

/opt/jdk1.6.0_16/bin/java -Dnop Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xms766m -Xmx1024m -XX:MaxPermSize=512m -Djava.endorsed.dirs=/opt/aaa/apache-tomcat-6.0.20/endorsed -classpath :/opt/aaa/apache-tomcat-6.0.20/bin/bootstrap.jar -Dcatalina.base=/opt/apache-tomcat-6.0.20 -Dcatalina.home=/opt/aaa/apache-tomcat-6.0.20 -Djava.io.tmpdir=/opt/apache-tomcat-6.0.20/temp org.apache.catalina.startup.Bootstrap start

It boots up, listens on that IP and port, but doesn&#039;t respond at all, it&#039;s like the requests get lost and doesn&#039;t even get logged.</description>
		<content:encoded><![CDATA[<p>I have an issue with multiple tomcat instances. I was building 5.3 from source and deployed it to tomcat. I left there only /webapp, /lib/ext, conf/server.xml, and modified /bin/startup.sh&amp;shutdown.sh script for having different $CATALINA_BASE. I setup server.xml for connector to listen on different IP and changed hostname. </p>
<p>/opt/jdk1.6.0_16/bin/java -Dnop Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xms766m -Xmx1024m -XX:MaxPermSize=512m -Djava.endorsed.dirs=/opt/aaa/apache-tomcat-6.0.20/endorsed -classpath :/opt/aaa/apache-tomcat-6.0.20/bin/bootstrap.jar -Dcatalina.base=/opt/apache-tomcat-6.0.20 -Dcatalina.home=/opt/aaa/apache-tomcat-6.0.20 -Djava.io.tmpdir=/opt/apache-tomcat-6.0.20/temp org.apache.catalina.startup.Bootstrap start</p>
<p>It boots up, listens on that IP and port, but doesn&#8217;t respond at all, it&#8217;s like the requests get lost and doesn&#8217;t even get logged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-108</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 01 Dec 2009 11:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-108</guid>
		<description>Hi Steve,

Great article! I got it working, but the problem I am having is that , when I deploy a portlet, it is not seen in either of the instances. The portlets deploy without an error, but when you go to add an application, you do not see the deployed portlets at all.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Great article! I got it working, but the problem I am having is that , when I deploy a portlet, it is not seen in either of the instances. The portlets deploy without an error, but when you go to add an application, you do not see the deployed portlets at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trex</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-116</link>
		<dc:creator>trex</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-116</guid>
		<description>Kudos on a great writeup.  Easy to read, easy to follow.

My question goes to your statement on plug-ins and themes not being able to be installed automatically.  I&#039;ve been attempting to install plug-ins such as WOL with mixed success.  I was wondering if you have any words of wisdom?  Right now i can get the war(s) up and running, they just don&#039;t appear to want to integrate with the liferay portal/database.

Many thanks.</description>
		<content:encoded><![CDATA[<p>Kudos on a great writeup.  Easy to read, easy to follow.</p>
<p>My question goes to your statement on plug-ins and themes not being able to be installed automatically.  I&#8217;ve been attempting to install plug-ins such as WOL with mixed success.  I was wondering if you have any words of wisdom?  Right now i can get the war(s) up and running, they just don&#8217;t appear to want to integrate with the liferay portal/database.</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikeg</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-112</link>
		<dc:creator>mikeg</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-112</guid>
		<description>This article is great, I&#039;ve been able to deploy a working liferay application following the instructions in this article.  I agree with karthik - an article on deploying portlets and themes would be great.</description>
		<content:encoded><![CDATA[<p>This article is great, I&#8217;ve been able to deploy a working liferay application following the instructions in this article.  I agree with karthik &#8211; an article on deploying portlets and themes would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin</title>
		<link>http://steveonjava.com/running-liferay-on-shared-hosting/#comment-111</link>
		<dc:creator>Constantin</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=381#comment-111</guid>
		<description>OK, I resolved that issue :)</description>
		<content:encoded><![CDATA[<p>OK, I resolved that issue <img src='http://steveonjava.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
