<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sankasaurus &#187; tomcat</title>
	<atom:link href="http://blog.pas.net.au/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pas.net.au</link>
	<description>Just another tech blog - ranting since 2006</description>
	<lastBuildDate>Wed, 25 Aug 2010 21:40:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dependency Nightmare for Tomcat on Debian</title>
		<link>http://blog.pas.net.au/2009/08/dependency-nightmare-for-tomcat-on-debian/</link>
		<comments>http://blog.pas.net.au/2009/08/dependency-nightmare-for-tomcat-on-debian/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:34:01 +0000</pubDate>
		<dc:creator>Peter Sankauskas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pas.net.au/?p=45</guid>
		<description><![CDATA[I would love to not have to install the real Java and Tomcat manually on Debian, but I have little choice in the matter. Take a look at this:

$ apt-get install tomcat5.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
ant ant-gcj ant-optional ant-optional-gcj antlr build-essential debhelper
default-jdk default-jre default-jre-headless defoma [...]]]></description>
			<content:encoded><![CDATA[<p>I would love to not have to install the real Java and Tomcat manually on Debian, but I have little choice in the matter. Take a look at this:</p>
<blockquote><p><code><br />
$ apt-get install <strong>tomcat5.5</strong><br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
<strong>The following extra packages will be installed:</strong><br />
ant ant-gcj ant-optional ant-optional-gcj antlr build-essential debhelper<br />
default-jdk default-jre default-jre-headless defoma dpkg-dev ecj ecj-gcj fastjar<br />
file fontconfig fontconfig-config g++ g++-4.3 gappletviewer-4.3 gcj-4.3<br />
gcj-4.3-base gettext gettext-base gij-4.3 gjdoc hicolor-icon-theme html2text<br />
intltool-debian java-common java-gcj-compat java-gcj-compat-dev<br />
java-gcj-compat-headless jsvc libantlr-java libantlr-java-gcj libasound2<br />
libatk1.0-0 libatk1.0-data libbcel-java libcairo2 libcommons-beanutils-java<br />
libcommons-collections-java libcommons-collections3-java libcommons-daemon-java<br />
libcommons-dbcp-java libcommons-digester-java libcommons-el-java<br />
libcommons-launcher-java libcommons-logging-java libcommons-modeler-java<br />
libcommons-pool-java libcompress-raw-zlib-perl libcompress-zlib-perl libcups2<br />
libdatrie0 libdb4.5 libdigest-hmac-perl libdigest-sha1-perl libdirectfb-1.0-0<br />
libecj-java libecj-java-gcj libexpat1 libfile-remove-perl libfontconfig1<br />
libfontenc1 libfreetype6 libgcj-bc libgcj-common libgcj9-0 libgcj9-0-awt<br />
libgcj9-dev libgcj9-jar libgcj9-src libglib2.0-0 libglib2.0-data libgtk2.0-0<br />
libgtk2.0-bin libgtk2.0-common libice6 libio-compress-base-perl<br />
libio-compress-zlib-perl libio-stringy-perl libjaxp1.3-java libjaxp1.3-java-gcj<br />
libjpeg62 liblog4j1.2-java liblog4j1.2-java-gcj libmagic1 libmail-box-perl<br />
libmail-sendmail-perl libmailtools-perl libmime-types-perl libmx4j-java<br />
libobject-realize-later-perl libpango1.0-0 libpango1.0-common libpixman-1-0<br />
libpng12-0 libregexp-java libservlet2.3-java libservlet2.4-java libsm6 libsqlite3-0<br />
libstdc++6-4.3-dev libsys-hostname-long-perl libthai-data libthai0 libtiff4<br />
libtimedate-perl libtomcat5.5-java libts-0.0-0 liburi-perl libuser-identity-perl<br />
libxcb-render-util0 libxcb-render0 libxcomposite1 libxcursor1 libxdamage1<br />
libxerces2-java libxerces2-java-gcj libxfixes3 libxfont1 libxft2 libxi6<br />
libxinerama1 libxrandr2 libxrender1 libxtst6 make mime-support patch po-debconf<br />
python python-central python-minimal python2.5 python2.5-minimal ttf-dejavu<br />
ttf-dejavu-core ttf-dejavu-extra x-ttcidfont-conf xfonts-encodings xfonts-utils<br />
...<br />
0 upgraded, 146 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 101MB of archives.<br />
After this operation, 288MB of additional disk space will be used.<br />
Do you want to continue [Y/n]?<br />
</code></p></blockquote>
<p>WTF? I understand that Tomcat needs some kind of Java, but this is ridiculous. It is installing ant, fonts, compilers and worst of all, the most evil Java ever.</p>
<p>Ubuntu has the sense to make Sun Java available, but even if you do have Sun Java installed, the above is true on Ubuntu.</p>
<p>For shame!</p>
<p>I&#8217;ll stick to downloading from <a href="http://java.sun.com/">java.sun.com</a> and <a href="http://tomcat.apache.org/">tomcat.apache.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pas.net.au/2009/08/dependency-nightmare-for-tomcat-on-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
