<?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>Albertech.net &#187; Tomcat</title>
	<atom:link href="http://albertech.net/category/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Fri, 11 May 2012 23:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fix: Installing JDK on Debian Lenny jdk-6u12-docs.zip error</title>
		<link>http://albertech.net/2011/01/fix-installing-jdk-on-debian-lenny-jdk-6u12-docs-zip-error/</link>
		<comments>http://albertech.net/2011/01/fix-installing-jdk-on-debian-lenny-jdk-6u12-docs-zip-error/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 19:30:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=562</guid>
		<description><![CDATA[<img src="http://albertech.net/wp-content/uploads/2011/01/debian.jpg" alt="" title="debian" width="101" height="124" class="alignnone size-full wp-image-599" />

If you encounter the following error in Debian Lenny while installing  Sun-Java-6:
<blockquote>This package is an installer package, it does not actually contain the
JDK documentation.  You will need to go download one of the
archives:
<strong>
jdk-6u12-docs.zip jdk-6u12-docs-ja.zip</strong></blockquote>
The quickest way to fix this is to go to the Sun/Oracle Website and download the latest version of the jdk documentation. Place the file in the /tmp folder.
<a href="http://java.sun.com/javase/downloads/" target="_blank"><strong>http://java.sun.com/javase/downloads/</strong></a>
]]></description>
		<wfw:commentRss>http://albertech.net/2011/01/fix-installing-jdk-on-debian-lenny-jdk-6u12-docs-zip-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues with Debian Lenny and Tomcat 5.5</title>
		<link>http://albertech.net/2010/11/issues-with-debian-lenny-and-tomcat-5-5/</link>
		<comments>http://albertech.net/2010/11/issues-with-debian-lenny-and-tomcat-5-5/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 01:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[tomcat 5.5]]></category>
		<category><![CDATA[tomcat 6]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=520</guid>
		<description><![CDATA[<strong>Is your Debian install of Tomcat 5.5 not working with your Webapp?</strong>

Just a heads up for anyone with problems trying to get webapps working with Debian. I highly recommend installing Tomcat 6.0 from source. It helped clear a number of issues for me. Debian only supports Tomcat 5.5 in their package management system. I could have gone with unstable to get Tomcat 6.0, but I prefer not to deal with their folder organization layout (see below)

<strong>Here are a few resources I've used to install Tomcat 6.0 in Debian Lenny. </strong>

<ol><li>
<a href="http://www.ctrip.ufl.edu/tomcat6-debian-lenny-howto" target="_blank"><strong>How to Install Tomcat 6 in Debian Lenny</strong></a>. This is an <strong>excellent</strong> step-by-step tutorial. A+ in my book.
<li>
<a href="http://www.mysql.com/downloads/connector/j/" target="_blank"><strong>http://www.mysql.com/downloads/connector/j/</strong></a>  Connector/J, MySQL JDBC Connector download.
<li>
<a href="http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html" target="_blank"><strong>http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html</strong></a>. Tomcat 6.0 configuration with MySQL Connector/J JDBC.
</ol>

]]></description>
		<wfw:commentRss>http://albertech.net/2010/11/issues-with-debian-lenny-and-tomcat-5-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tomcat 5.5 installation on Debian, fix for webapps</title>
		<link>http://albertech.net/2009/06/tomcat-debian-webapps-install/</link>
		<comments>http://albertech.net/2009/06/tomcat-debian-webapps-install/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:36:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=198</guid>
		<description><![CDATA[I've been starting work on getting JASIG CAS (Central Authentication Server) to work with all my applications. One of the requirements for JASIG is that it needs to run on Apache Tomcat. Following the instructions on http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html  I was able to get the basics running on the Tomcat 5.5 server. However, I did encounter issues when trying to add in a *.WAR application to the server. I copied the files in the correct place /var/lib/tomcat5.5/webapps but for some reason the files weren't getting deployed. I figured out the simple fix for getting these applications to work in the webapps folder:]]></description>
		<wfw:commentRss>http://albertech.net/2009/06/tomcat-debian-webapps-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

