<?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>Geirr Winnem&#039;s Blog &#187; Tomcat</title>
	<atom:link href="http://geirr.winnem.com/blog/category/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://geirr.winnem.com/blog</link>
	<description>Ranting about java-net-actionscript</description>
	<lastBuildDate>Thu, 09 Sep 2010 21:38:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Securing your application using web.xml</title>
		<link>http://geirr.winnem.com/blog/2009/12/14/securing-your-application-using-web-xml/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://geirr.winnem.com/blog/2009/12/14/securing-your-application-using-web-xml/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:50:44 +0000</pubDate>
		<dc:creator>gwinnem</dc:creator>
				<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Lcds]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://geirr.winnem.com/blog/?p=374</guid>
		<description><![CDATA[<p>When it comes to security we always thing about EJB and other Java security related APIs. But web.xml itself provides you BASIC security control over you web application. If your application is not using any EJB and you need a security control, then web.xml is there to help you  .</p>
<p>&#160;</p>
<p>Read the entire article at:&#160;http://passion4java.blogspot.com/2009/12/securing-your-application-using-webxml.html</p>
]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Verdana, sans-serif; font-size: small; line-height: 16px; ">When it comes to security we always thing about EJB and other Java security related APIs. But web.xml itself provides you BASIC security control over you web application. If your application is not using any EJB and you need a security control, then web.xml is there to help you <img src='http://geirr.winnem.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</span></p>
<p>&nbsp;</p>
<p>Read the entire article at:&nbsp;<a href="http://passion4java.blogspot.com/2009/12/securing-your-application-using-webxml.html">http://passion4java.blogspot.com/2009/12/securing-your-application-using-webxml.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geirr.winnem.com/blog/2009/12/14/securing-your-application-using-web-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat Native library not found</title>
		<link>http://geirr.winnem.com/blog/2009/12/01/tomcat-native-library-not-found/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://geirr.winnem.com/blog/2009/12/01/tomcat-native-library-not-found/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 08:09:19 +0000</pubDate>
		<dc:creator>gwinnem</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[native library]]></category>
		<category><![CDATA[tomcat performance]]></category>
		<category><![CDATA[tomcat setup]]></category>
		<category><![CDATA[tomcat tuning]]></category>

		<guid isPermaLink="false">http://geirr.winnem.com/blog/?p=264</guid>
		<description><![CDATA[<p>Have you ever seen this when you are starting up tomcat ? </p>
<p>This is because your tomcat installation is not installed with the native apache portable runtime.</p>
<p>Although this is ok in a development environment, its not recomended for production.</p>
<p>In order to have a optimized server with proper scalabillity you should install this on a production [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen this when you are starting up tomcat ? <img alt="tomcat error" class="aligncenter size-full wp-image-33" height="62" src="http://gwinnem.wordpress.com/files/2009/11/tomcat-error.gif" title="tomcat error" width="803" /></p>
<p>This is because your tomcat installation is not installed with the native apache portable runtime.</p>
<p>Although this is ok in a development environment, its not recomended for production.</p>
<p>In order to have a optimized server with proper scalabillity you should install this on a production server.</p>
<p>For more reading about the subject: <a href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat 6.0 documentation</a> <strong>How to install it</strong></p>
<p>Download the correct dll from one of the links:</p>
<p><a href="http://www.powertech.no/apache/dist/tomcat/tomcat-connectors/native/1.1.16/binaries/win32/">Windows 32 dll</a> <a href="http://www.powertech.no/apache/dist/tomcat/tomcat-connectors/native/1.1.16/binaries/win64/">Windows 64 dlls</a>&nbsp;Copy the dll to the bin directory of your tomcat server:</p>
<p><img alt="tomcatnative" class="aligncenter size-full wp-image-42" height="600" src="http://gwinnem.wordpress.com/files/2009/11/tomcatnative3.gif" title="tomcatnative" width="800" /></p>
<p>Make sure that the bin directory is in the path before starting up tomcat again. <img alt="tomcatnativeok" class="aligncenter size-full wp-image-43" height="220" src="http://gwinnem.wordpress.com/files/2009/11/tomcatnativeok1.gif" title="tomcatnativeok" width="837" /></p>
<p>Voila <img src='http://geirr.winnem.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://geirr.winnem.com/blog/2009/12/01/tomcat-native-library-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
