<?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>LINUXQQ &#187; apache+tomcat</title>
	<atom:link href="http://www.linuxqq.net/archives/tag/apachetomcat/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxqq.net</link>
	<description>LINUXQQ狂人时代</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:39:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>apache+tomcat</title>
		<link>http://www.linuxqq.net/archives/95.html</link>
		<comments>http://www.linuxqq.net/archives/95.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 11:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache+tomcat]]></category>

		<guid isPermaLink="false">http://www.linuxqq.net/?p=95</guid>
		<description><![CDATA[安装步骤: jdk-6u3-linux-i586.bin #chmod u+x jdk-6u3-linux-i586.bin #./jdk-6u3-linux-i586.bin ln -s /usr/local/jdk1.6.0_03 /usr/local/jdk ln -s /usr/local/jdk1.6.0_03 /jre /usr/local/jre #vi /etc/profile 加入以下几行 export JAVA_HOME=/usr/local/jdk export CLASSPATH=$JAVA_HOME/lib export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH export CATALINA_HOME=/usr/local/tomcat 保存退出。 #source /etc/profile java –version 查看jdk是否安装成功 httpd-2.2.6.tar.gz #cp httpd-2.2.6.tar.gz /usr/local #cd /usr/local #tar zxvf httpd-2.2.6.tar.gz #cd httpd-2.2.6 #./configure –prefix=/usr/local/apache &#8211;enable-module=so #make #make install 启动Apache，并测试。 # cd /usr/local/apache/bin # ./apachectl [...]]]></description>
		<wfw:commentRss>http://www.linuxqq.net/archives/95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

