<?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>Deec.it &#187; etch</title>
	<atom:link href="http://www.deec.it/tag/etch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deec.it</link>
	<description>Le Guide Pratiche Dell&#039;Informatica</description>
	<lastBuildDate>Sat, 24 Jul 2010 09:40:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installare Tomcat su Debian Etch 4.0</title>
		<link>http://www.deec.it/2009/11/13/tomcat-debian-etch-4-0/</link>
		<comments>http://www.deec.it/2009/11/13/tomcat-debian-etch-4-0/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 22:05:36 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Altro]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[tomcat debian]]></category>
		<category><![CDATA[tomcat5]]></category>

		<guid isPermaLink="false">http://www.deec.it/?p=2104</guid>
		<description><![CDATA[



Per installare tomcat su debian etch è possibile seguire varie strade, in questa guida installaremo tomcat dai repositori non free.
Aprire il file di configurazione dei repository:
vi /etc/apt/source.list
ed aggiungere i seguenti repository
deb http://ftp.debian.org/debian/ etch non-free
deb-src http://ftp.debian.org/debian/ etch non-free
agornare apt con
apt-get update
Installare la java sdk
apt-get install sun-java5-jdk
Per vedere se la java sdk è stata installata correttamente potete [...]]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! V1.77 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-5841373120371067";
/* 468x60, creato 22/09/09 M&amp;P */
google_ad_slot = "8731175604";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p><img class="alignleft size-full wp-image-2107" title="tomcat" src="http://www.deec.it/wp-content/uploads/2009/11/tomcat.gif" alt="tomcat" width="130" height="92" />Per installare tomcat su debian etch è possibile seguire varie strade, in questa guida installaremo tomcat dai repositori non free.</p>
<p>Aprire il file di configurazione dei repository:</p>
<blockquote><p>vi /etc/apt/source.list</p></blockquote>
<p>ed aggiungere i seguenti repository</p>
<blockquote><p>deb http://ftp.debian.org/debian/ etch non-free<br />
deb-src http://ftp.debian.org/debian/ etch non-free</p></blockquote>
<p>agornare apt con</p>
<blockquote><p>apt-get update</p></blockquote>
<p>Installare la java sdk</p>
<blockquote><p>apt-get install sun-java5-jdk</p></blockquote>
<p>Per vedere se la java sdk è stata installata correttamente potete lanciare il comando</p>
<blockquote><p>java -version</p></blockquote>
<p>Se in output vedrete la versione di java questo risulta installato correttamente.</p>
<p>Dopodichè si può procedere ad installare tomcat:</p>
<blockquote><p>apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps</p></blockquote>
<p>Una volta eseguiti i passaggi tomcat sara attivo e funzionante sul sistema, potrete provarlo connettendovi all&#8217; indirizzo: http://localhost:8180/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deec.it/2009/11/13/tomcat-debian-etch-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
