<?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>TechiePark &#187; Tomcat</title>
	<atom:link href="http://www.techiepark.com/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java Open Source Caching Solutions</title>
		<link>http://www.techiepark.com/software-tools/java-open-source-caching-solutions/</link>
		<comments>http://www.techiepark.com/software-tools/java-open-source-caching-solutions/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:02:27 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Caching Solutions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=523</guid>
		<description><![CDATA[1. OSCache &#8211; OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It provides both in memory and persistent on disk caches, and can allow your site to have graceful error tolerance (eg if an [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/software-tools/java-open-source-caching-solutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache Tomcat monitor for OutofMemory Errors and other errors</title>
		<link>http://www.techiepark.com/software-tools/apache-tomcat-monitor-for-outofmemory-errors-and-other-errors/</link>
		<comments>http://www.techiepark.com/software-tools/apache-tomcat-monitor-for-outofmemory-errors-and-other-errors/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:09:57 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[outofmemory]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=516</guid>
		<description><![CDATA[Monitor4Tomcat &#8211; is a set of scripts that can be used to restart Tomcat when exceptions or other errors have occurred in the application. These scripts can help your Apache Tomcat application to continue to run in the face of OutOfMemory exceptions or other un-expected exceptions. The script will check for OutOfMemory exceptions in the [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/software-tools/apache-tomcat-monitor-for-outofmemory-errors-and-other-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File upload using Java</title>
		<link>http://www.techiepark.com/tutorials/file-upload-using-java/</link>
		<comments>http://www.techiepark.com/tutorials/file-upload-using-java/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 22:48:51 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2007/12/12/file-upload-using-java/</guid>
		<description><![CDATA[First download Apache Jakarta Commons FileUpload library from this link and add into classpath of your Application. Validate HTTP Request Now that you have installed the FileUpload library, you can start writing the code. First, we have to make sure the HTTP request is encoded in multipart format. This can be done using the static [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/file-upload-using-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Tomcat Administration apps</title>
		<link>http://www.techiepark.com/tutorials/how-to-install-tomcat-administration-apps/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-install-tomcat-administration-apps/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:08:41 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=405</guid>
		<description><![CDATA[1. To download tomcat admin apps click here and unzip or untar the file containing the administration web app files and do following. 2. Go to the location apache-tomcat-5.5.28-admin\apache-tomcat-5.5.28\conf\Catalina\localhost and move admin.xml to C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost 3. Go to the location &#8220;apache-tomcat-5.5.28-admin\apache-tomcat-5.5.28\server\webapps\&#8221; and copy admin folder to C:\Program Files\Apache Software Foundation\Tomcat 5.5\server\webapps 4. [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-install-tomcat-administration-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Increase Heap Size for Tomcat + Windows</title>
		<link>http://www.techiepark.com/tutorials/how-to-increase-heap-size-for-tomcat/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-increase-heap-size-for-tomcat/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:48:03 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=397</guid>
		<description><![CDATA[Tomcat can be installed in two different ways and below is the information about how to increase or set the heap size for tomcat server in both scenarios - 1. Folder installation &#8211; Create one new environment variable JAVA_OPTS &#8211; Set following value -Xms256m -Xmx512m &#8211; instead of 256m and 512m , you can enter [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-increase-heap-size-for-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Tomcat Environment Variables on Windows+Unix</title>
		<link>http://www.techiepark.com/tutorials/setting-tomcat-environment-variables-on-windowsunix/</link>
		<comments>http://www.techiepark.com/tutorials/setting-tomcat-environment-variables-on-windowsunix/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 07:44:31 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=393</guid>
		<description><![CDATA[This section provides informaton about how to setup different environment variables for tomcat * In a shell or DOS window, change to the &#34;jakarta-tomcat-&#34; directory. * Set the environment variable JAVA_HOME to point to the root directory of your JDK hierarchy. You may optionally add the Java interpreter to your PATH environment variable. The exact [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/setting-tomcat-environment-variables-on-windowsunix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating a Certificate Signing Request (CSR) for Jakarta Tomcat</title>
		<link>http://www.techiepark.com/tutorials/generating-a-certificate-signing-request-csr-for-jakarta-tomcat/</link>
		<comments>http://www.techiepark.com/tutorials/generating-a-certificate-signing-request-csr-for-jakarta-tomcat/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 04:58:05 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=288</guid>
		<description><![CDATA[Step 1: Prepare your Tomcat server If you are not using JDK 1.4 or higher, you must download and install &#8220;Java Secure Socket Extensions&#8221; JSSE. You can download JSSE from http://java.sun.com/products/jsse/. Step 2: Generate a Private Key Use the keytool command to create the private key file: keytool -genkey -keyalg RSA -keystore yourdomainname.key The following [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/generating-a-certificate-signing-request-csr-for-jakarta-tomcat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache 2.x + Tomcat 4.x + Load Balancing</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/</link>
		<comments>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 05:11:02 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mod JK]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177</guid>
		<description><![CDATA[This article contains step by step instructions for configuring an Apache 2.x web server which handles static content and delegates JSP (Java Server Pages) and Servlet requests to two Tomcat 4.x servers using AJP 13 connectors and a load balancing worker. Introduction Apache 2.0 is a standards compliant, fast and mature web server which excels [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Remove jsessionid from URL</title>
		<link>http://www.techiepark.com/tutorials/how-to-remove-jsessionid-from-url/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-remove-jsessionid-from-url/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 03:35:37 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/12/31/how-to-remove-jsessionid-from-url/</guid>
		<description><![CDATA[A &#34;JSESSIONID&#34; is the unique id of the http session &#8211; see the javadoc here. When you start a HTTP session, the session ID is appended to the URL and a cookie is set. If the browser has cookies enabled, the JSESSIONID is not used on subsequent requests. Here is a urlrewrite rule to get [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-remove-jsessionid-from-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to set the session timeout in tomcat higher</title>
		<link>http://www.techiepark.com/tutorials/how-to-set-the-session-timeout-in-tomcat-higher/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-set-the-session-timeout-in-tomcat-higher/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 06:32:53 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=96</guid>
		<description><![CDATA[You can specify the timeout of a session in the deployment descriptor of your web application (web.xml): &#60;web-app&#62; &#60;session-config&#62; &#60;session-timeout&#62;60&#60;/session-timeout&#62; &#60;/session-config&#62; ... &#60;/web-app&#62; The number within the session-timout element must be expressed in minutes.]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-set-the-session-timeout-in-tomcat-higher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

