<?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>Tips, Tricks, and Reviews in Linux, Apache, MySQL, PHP</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:09:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Falbertech.net%252F2009%252F06%252Ftomcat-debian-webapps-install%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Tomcat%205.5%20installation%20on%20Debian%2C%20fix%20for%20webapps%22%20%7D);"></div>
<p><strong>I&#8217;ve been starting work on getting <a href="http://www.jasig.org/cas">JASIG CAS</a> (Central Authentication Server) to work with all my applications</strong>. One of the requirements for JASIG is that it needs to run on Apache Tomcat. Following the instructions on <a href="http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html "><strong>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html </strong></a> 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 <strong>/var/lib/tomcat5.5/webapps</strong> but for some reason the files weren&#8217;t getting deployed.</p>
<p>I figured out the simple fix for getting these applications to work in the webapps folder:</p>
<ol>
<li><strong>Edit the  /etc/init.d/tomcat5.5   file </strong></li>
<li>Find the following lines:<br />
# Use the Java security manager? (yes/no)<br />
<strong>TOMCAT5_SECURITY=yes</strong></li>
<li>Change the TOMCAT5_SECUR<strong>ITY to<br />
TOMCAT5_SECURITY=no</strong></li>
<li>Restart tomcat<br />
/etc/init.d/tomcat5.5 restart</li>
</ol>
<p>You should now be able to see the deployed applications. If not, use the Tomcat manager to upload the *.war file back into the server. The files should now appear in the application list.</p>

]]></content:encoded>
			<wfw:commentRss>http://albertech.net/2009/06/tomcat-debian-webapps-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
