<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Against All Odds - Tomcat</title>
			<link>http://www.ppshein.net/index.cfm</link>
			<description>A blog for ColdFusion, Android, jQuery, jQueryMobile, Oracle, HL7 and other Web-based programming languages, Web Server like IIS7 and RDMS like Oracle, Microsoft SQL and MySQL.</description>
			<language>en-us</language>
			<pubDate>Wed, 22 May 2013 20:09:05 -0700</pubDate>
			<lastBuildDate>Sat, 04 Jun 2011 22:24:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pyaephyoeshein@gmail.com</managingEditor>
			<webMaster>pyaephyoeshein@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>pyaephyoeshein@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Configure virtual directory on Tomcat</title>
				<link>http://www.ppshein.net/index.cfm/2011/6/4/Configure-virtual-directory-on-Tomcat</link>
				<description>
				
				In these days, I&apos;ve removed Adobe Coldfusion9 Developer version from my laptop and tried to install Railo 3.2 for testing about ORM feature of it. That&apos;s why I&apos;ve installed the integrated installer of Railo. Before installation Railo, I feel I should remove existing apache from my laptop because I won&apos;t want any conflict will be come out because of Railo. Regarding Railo integrated installer documentation, it used Apache + Tomcat + Railo in it. That&apos;s why I feel I&apos;m correct what I did. 

After a few minutes, Railo is completely installed in my laptop. After that, I need to migrate my existing projects into Railo by configuration on Tomcat. That&apos;s why I need to create virtual directory on Tomcat. Well, I&apos;ve posted &lt;a href=&quot;http://www.ppshein.net/index.cfm/2011/3/26/Install-Apache-and-Create-Virtual-Directory-in-Window-7&quot;&gt;create virtual directory in Apache&lt;/a&gt; and I feel create virtual directory on Tomcat will be same as what I&apos;ve posted about. 

Here is simple way to create virtual directory on Tomcat.

&lt;ul&gt;
&lt;li&gt;1) [tomcat_install]/tomcat/conf/Catalina/localhost/&lt;/li&gt;
&lt;li&gt;2) create XML file. File name is the name of the virtual directory&apos;s name. If you created XML file name as posCFC.xml, your virtual directory will be &quot;http://localhost/&lt;b&gt;posCFC&lt;/b&gt;/&quot;&lt;/li&gt;
&lt;li&gt;
3) add the following coding into this XML file.
&lt;code&gt;
&lt;Context path=&quot;/POS&quot; docBase=&quot;E:/Project/POS&quot; debug=&quot;0&quot; privileged=&quot;true&quot;&gt;
&lt;/Context&gt;
&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;4) Restart your Tomcat. (it&apos;s optional.)&lt;/li&gt;
&lt;/ul&gt;
				
				</description>
				
				
				<category>Apache</category>
				
				<category>Tomcat</category>
				
				<category>Coldfusion</category>
				
				<category>Railo</category>
				
				<pubDate>Sat, 04 Jun 2011 22:24:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/6/4/Configure-virtual-directory-on-Tomcat</guid>
				
				
			</item>
			
		 	
			</channel></rss>