<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Installing Eclipse on Ubuntu, Hardy</title>
	<atom:link href="http://tombrander.wordpress.com/2008/05/31/installing-eclipse-on-ubuntu-hardy/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombrander.wordpress.com/2008/05/31/installing-eclipse-on-ubuntu-hardy/</link>
	<description>Tom's travels and other thoughts</description>
	<lastBuildDate>Sun, 07 Jun 2009 18:25:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: [BOFH]Basilisk</title>
		<link>http://tombrander.wordpress.com/2008/05/31/installing-eclipse-on-ubuntu-hardy/#comment-28</link>
		<dc:creator>[BOFH]Basilisk</dc:creator>
		<pubDate>Sat, 14 Jun 2008 20:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://tombrander.wordpress.com/?p=29#comment-28</guid>
		<description>If you install Tomcat using a package manager, you may have to do some stuff such as privileges for the security policies (which are set to be very strict, as it is &quot;part of the server packages&quot;). You might be more successful installing Tomcat into you home dir instead, avoid all the hassle and be very up-to-date with the latest Tomcat install.
The Tomcat Eclipse WTP plugin allows configurations to be stored outside of the Tomcat install directory, which I like very much (I even think this should become a standard amongst servlet containers/ application servers).
If you do want to use the Tomcat downloaded by your package manager in Eclipse, make sure all files are at least go+r (e.g. security policy files; hey! we&#039;re not running a server, right? ;-)
Check &lt;a href=&quot;http://beerholder.blogspot.com/2007/11/deploying-web-application-outside.html&quot; rel=&quot;nofollow&quot;&gt;Deploying Web Applications Outside the Tomcat Install Directory&lt;/a&gt; for a very precise description on how to setup a multi user Tomcat install.
Regards, the [BOFH]</description>
		<content:encoded><![CDATA[<p>If you install Tomcat using a package manager, you may have to do some stuff such as privileges for the security policies (which are set to be very strict, as it is &#8220;part of the server packages&#8221;). You might be more successful installing Tomcat into you home dir instead, avoid all the hassle and be very up-to-date with the latest Tomcat install.<br />
The Tomcat Eclipse WTP plugin allows configurations to be stored outside of the Tomcat install directory, which I like very much (I even think this should become a standard amongst servlet containers/ application servers).<br />
If you do want to use the Tomcat downloaded by your package manager in Eclipse, make sure all files are at least go+r (e.g. security policy files; hey! we&#8217;re not running a server, right? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Check <a href="http://beerholder.blogspot.com/2007/11/deploying-web-application-outside.html" rel="nofollow">Deploying Web Applications Outside the Tomcat Install Directory</a> for a very precise description on how to setup a multi user Tomcat install.<br />
Regards, the [BOFH]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Jackson</title>
		<link>http://tombrander.wordpress.com/2008/05/31/installing-eclipse-on-ubuntu-hardy/#comment-26</link>
		<dc:creator>Anders Jackson</dc:creator>
		<pubDate>Tue, 10 Jun 2008 17:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://tombrander.wordpress.com/?p=29#comment-26</guid>
		<description>Propper place for your own installation of software for all users on your computer is in /usr/local/* or /opt/*</description>
		<content:encoded><![CDATA[<p>Propper place for your own installation of software for all users on your computer is in /usr/local/* or /opt/*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Jackson</title>
		<link>http://tombrander.wordpress.com/2008/05/31/installing-eclipse-on-ubuntu-hardy/#comment-25</link>
		<dc:creator>Anders Jackson</dc:creator>
		<pubDate>Tue, 10 Jun 2008 17:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://tombrander.wordpress.com/?p=29#comment-25</guid>
		<description>I run Eclipse from Debian stable, and it works ok.  You have to install sun-java5-jdk and set it to default java.  You might have to change /etc/eclipse too, so it uses more RAM (or ~/.eclispe/eclipse.ini, use Google). It works with gcj, but it is sooo slow :-/

I could update most package from my account, so all Eclipse packages was in my $HOME, as it should.  Just a few packages needed to be updated as root.  Only update those packages as root, and you might get through, at least I did :)

About Tomcat, the &quot;problem&quot; is that Tomcat is installed in two different places (as it should). One for binaries and one for data.  Eclipse didn&#039;t understod this.  So you have to make some hard links, or make a copy of the data files into your $HOME.  But you only need to copy a few files/directories.  Rest is in the other places. 
Think that the places is named CATALINA_BASE and CATALINA_HOME in documentation, and is in two different places (default dummy installation places those in same place).  
This is GOOD thing, as you may run many different Tomcat instanses from same installation binary, just by useing a different CATALINA_HOME for each instances configfiles.  
This is from top of my head, might be some errors.</description>
		<content:encoded><![CDATA[<p>I run Eclipse from Debian stable, and it works ok.  You have to install sun-java5-jdk and set it to default java.  You might have to change /etc/eclipse too, so it uses more RAM (or ~/.eclispe/eclipse.ini, use Google). It works with gcj, but it is sooo slow :-/</p>
<p>I could update most package from my account, so all Eclipse packages was in my $HOME, as it should.  Just a few packages needed to be updated as root.  Only update those packages as root, and you might get through, at least I did <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>About Tomcat, the &#8220;problem&#8221; is that Tomcat is installed in two different places (as it should). One for binaries and one for data.  Eclipse didn&#8217;t understod this.  So you have to make some hard links, or make a copy of the data files into your $HOME.  But you only need to copy a few files/directories.  Rest is in the other places.<br />
Think that the places is named CATALINA_BASE and CATALINA_HOME in documentation, and is in two different places (default dummy installation places those in same place).<br />
This is GOOD thing, as you may run many different Tomcat instanses from same installation binary, just by useing a different CATALINA_HOME for each instances configfiles.<br />
This is from top of my head, might be some errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Williams</title>
		<link>http://tombrander.wordpress.com/2008/05/31/installing-eclipse-on-ubuntu-hardy/#comment-23</link>
		<dc:creator>Derek Williams</dc:creator>
		<pubDate>Sun, 08 Jun 2008 16:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://tombrander.wordpress.com/?p=29#comment-23</guid>
		<description>Very similar to my experience, I&#039;ve always thought of eclipse to be self contained with only the Java dependency.  By the way Tomcat has some of the same issues.</description>
		<content:encoded><![CDATA[<p>Very similar to my experience, I&#8217;ve always thought of eclipse to be self contained with only the Java dependency.  By the way Tomcat has some of the same issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
