<?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>Problem With Solutions &#187; Tomcat</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/tomcat/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +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>WEB-INF directory structure</title>
		<link>http://www.bestdesigns.co.in/blog/web-inf-directory-structure</link>
		<comments>http://www.bestdesigns.co.in/blog/web-inf-directory-structure#comments</comments>
		<pubDate>Fri, 29 Oct 2010 10:11:47 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1733</guid>
		<description><![CDATA[What is WEB-INF directory ? The WEB-INF directory is for your default Web application and is located under your home directory. You can also create other Web applications by creating subdirectories under your home directory and create a WEB-INF directory under it, or you can upload a war file in the home directory. The war<a href="http://www.bestdesigns.co.in/blog/web-inf-directory-structure">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/web-inf-directory-structure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic tomcat configuration</title>
		<link>http://www.bestdesigns.co.in/blog/basic-tomcat-configuration</link>
		<comments>http://www.bestdesigns.co.in/blog/basic-tomcat-configuration#comments</comments>
		<pubDate>Sat, 16 Oct 2010 00:23:43 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1584</guid>
		<description><![CDATA[What is Tomcat? Tomcat is Java driven Web Application Server which Provides support for Java web applications. ie. JSP technologies. -WAR (Web Application aRchive) files - Has a self-contained HTTP server CATALINA_HOME /usr/local/jakarta/tomcat CATALINA_BASE /usr/local/jakarta/tomcat JAVA_HOME ( The path to the JDK ) JAVA_HOME=/usr/local/jdk Logs : /usr/local/jakarta/tomcat/logs/catalina.out tail -f /usr/local/jakarta/tomcat/logs/catalina.out &#124; egrep domain.com By default,<a href="http://www.bestdesigns.co.in/blog/basic-tomcat-configuration">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/basic-tomcat-configuration/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>disable directory listing in tomcat</title>
		<link>http://www.bestdesigns.co.in/blog/disable-directory-listing-in-tomcat</link>
		<comments>http://www.bestdesigns.co.in/blog/disable-directory-listing-in-tomcat#comments</comments>
		<pubDate>Fri, 17 Sep 2010 00:25:07 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[disable directory listing]]></category>
		<category><![CDATA[index.jsp]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[Tomcat + cpanel]]></category>
		<category><![CDATA[web.xml file]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1463</guid>
		<description><![CDATA[disable directory listing,Tomcat + cpanel,web.xml file,tomcat,cpanel,index.jsp]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/disable-directory-listing-in-tomcat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javax.naming.NameNotFoundException</title>
		<link>http://www.bestdesigns.co.in/blog/javax-naming-namenotfoundexception</link>
		<comments>http://www.bestdesigns.co.in/blog/javax-naming-namenotfoundexception#comments</comments>
		<pubDate>Wed, 25 Aug 2010 20:14:53 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[javax.naming.NameNotFoundException]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1075</guid>
		<description><![CDATA[Error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Solution : When I have access  site in browser then catalina.out logs show the above error and the database is not connected , I have tried all of the possibilities but  this issue is sorted  with following solution. I have moved the mysql-connector-java-*.jar file from<a href="http://www.bestdesigns.co.in/blog/javax-naming-namenotfoundexception">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/javax-naming-namenotfoundexception/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>What is appbase and docbase</title>
		<link>http://www.bestdesigns.co.in/blog/appbase-docbase</link>
		<comments>http://www.bestdesigns.co.in/blog/appbase-docbase#comments</comments>
		<pubDate>Sun, 27 Jun 2010 01:35:56 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[appbase and docbase]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=942</guid>
		<description><![CDATA[What is appbase and docbase ? Ans : appBase : The Application Base directory for this virtual host. This is the path-name of a directory that may contain web applications to be deployed on this virtual host. You may specify an absolute path name for this directory, or a path name that is relative to<a href="http://www.bestdesigns.co.in/blog/appbase-docbase">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/appbase-docbase/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Neither the JAVA_HOME nor the JRE_HOME environment variable is defined</title>
		<link>http://www.bestdesigns.co.in/blog/java_home-jre_home-environment-variable-defined</link>
		<comments>http://www.bestdesigns.co.in/blog/java_home-jre_home-environment-variable-defined#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:01:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Neither the JAVA_HOME]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=923</guid>
		<description><![CDATA[Neither the JAVA_HOME nor the JRE_HOME environment variable is defined]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/java_home-jre_home-environment-variable-defined/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>access .jsp pages by using the temporay URL</title>
		<link>http://www.bestdesigns.co.in/blog/enable-tomcat-support-temporary-url</link>
		<comments>http://www.bestdesigns.co.in/blog/enable-tomcat-support-temporary-url#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:04:02 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[tomcat support for temporary URL]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=915</guid>
		<description><![CDATA[If  domain does not points to the server and you want to access .jsp pages by using the temporary URL (ex: http://domain.com/~username ) Solution: Add the following code in server.xml file under the virtual host entry for any domain. &#60;Listener className="org.apache.catalina.startup.UserConfig" directoryName="public_html" homeBase="/home" userClass="org.apache.catalina.startup.HomesUserDatabase"/&#62; For example : Web files would need to be in directories<a href="http://www.bestdesigns.co.in/blog/enable-tomcat-support-temporary-url">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/enable-tomcat-support-temporary-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install tomcat 6 on cpanel server</title>
		<link>http://www.bestdesigns.co.in/blog/install-tomcat-6</link>
		<comments>http://www.bestdesigns.co.in/blog/install-tomcat-6#comments</comments>
		<pubDate>Sat, 22 May 2010 10:37:58 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tomact 6]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=869</guid>
		<description><![CDATA[How to install tomcat 6 on the linux server ? When you have installed tomcat by using Easy-Apache then  it installed Tomcat 5.5 and if you want to installed Tomcat 6.0 then you need to made some necessary changes on the server. 1) First install  Tomcat 5  by using Easy-Apache means java is also installed<a href="http://www.bestdesigns.co.in/blog/install-tomcat-6">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-tomcat-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>start/stop tomcat in cpanel server</title>
		<link>http://www.bestdesigns.co.in/blog/startstop-tomcat-cpanel-server-2</link>
		<comments>http://www.bestdesigns.co.in/blog/startstop-tomcat-cpanel-server-2#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:42:15 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[start/stop tomcat in cpanel server]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=870</guid>
		<description><![CDATA[How to start/stop tomcat by using  &#8221; /etc/init.d/tomcat&#8221; command. Ans : 1) Check  linux server  run level by using following command who -r If  runlevel is 3 then create the file vi /etc/rc.d/init.d/tomcat and add the following code ==================================== #!/bin/sh JAVA_HOME=/usr/local/jdk; export JAVA_HOME TOMCAT_HOME=/usr/local/jakarta/tomcat; export TOMCAT_HOME $TOMCAT_HOME/bin/catalina.sh $* ==================================== Save the file and then change<a href="http://www.bestdesigns.co.in/blog/startstop-tomcat-cpanel-server-2">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/startstop-tomcat-cpanel-server-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install JavaFX on Linux server</title>
		<link>http://www.bestdesigns.co.in/blog/install-javafx-linux-server</link>
		<comments>http://www.bestdesigns.co.in/blog/install-javafx-linux-server#comments</comments>
		<pubDate>Mon, 08 Feb 2010 10:23:11 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[installation JavaFX SDK]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=723</guid>
		<description><![CDATA[Installing the JavaFX SDK on Ubuntu Linux or OpenSolaris Access the URL http://java.sun.com/javafx/downloads/  and Download  JavaFX 1.2.3 SDK for Linux platformon your local machine And Upload by using ftp or file manager under the  /usr/local directory cd  /usr/local chmod a+x javafx_sdk-1_2-linux-i586.sh sh javafx_sdk-1_2-linux-i586.sh Then it ask the yes or no then enter the "yes" means<a href="http://www.bestdesigns.co.in/blog/install-javafx-linux-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-javafx-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

