<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Serving JSP pages through IIS using Tomcat</title>
	<atom:link href="http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/</link>
	<description>Custom Software</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:13:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SUNNY SAHA</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-940</link>
		<dc:creator>SUNNY SAHA</dc:creator>
		<pubDate>Wed, 13 Oct 2010 14:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-940</guid>
		<description>@Jeson.I&#039;m facing same kind of problem like Bret. In my case i want to host a site which has jsp and asp page under one folder, physically located under iis not under TOMCAT.

I have one more question: if a put my folder under tomcat and create a virtual folder at iis then can the ASP page be proceed?</description>
		<content:encoded><![CDATA[<p>@Jeson.I&#8217;m facing same kind of problem like Bret. In my case i want to host a site which has jsp and asp page under one folder, physically located under iis not under TOMCAT.</p>
<p>I have one more question: if a put my folder under tomcat and create a virtual folder at iis then can the ASP page be proceed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-14</link>
		<dc:creator>Bret</dc:creator>
		<pubDate>Thu, 17 Jun 2010 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-14</guid>
		<description>Thanks Jason.  I initially tried adding a bunch of different contexts for each virtual directory but then ran into path issues within the JSP when referencing images and other files since my base path was no longer wwwroot.  What I&#039;m doing now is using the Tomcat ISAPI rewrites.properties to rewrite any virtual context to it&#039;s actual context.  This seems to do the job.  There are still however issues within some of the JSPs that do JSP includes to virtual directories.  All of this somehow worked with JRun before.  The JRun ISAPI in IIS must have been smart enough to use virtuals in IIS for JRun as well.</description>
		<content:encoded><![CDATA[<p>Thanks Jason.  I initially tried adding a bunch of different contexts for each virtual directory but then ran into path issues within the JSP when referencing images and other files since my base path was no longer wwwroot.  What I&#8217;m doing now is using the Tomcat ISAPI rewrites.properties to rewrite any virtual context to it&#8217;s actual context.  This seems to do the job.  There are still however issues within some of the JSPs that do JSP includes to virtual directories.  All of this somehow worked with JRun before.  The JRun ISAPI in IIS must have been smart enough to use virtuals in IIS for JRun as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-13</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-13</guid>
		<description>@Bret The problem is that you mapped a virtual URL to a physical file location within IIS, but you did not tell Tomcat the same information.  I&#039;m not exactly sure how to get this to work but I think you should be able to create another &quot;Context&quot; record  in conf/Server.xml so that Tomcat will also know the physical location of the files as well.

Basically in this setup you are fooling Tomcat into thinking it is a normal web server, so it doesn&#039;t have any awareness that it is running via a proxy and it doesn&#039;t have any awareness of IIS settings.</description>
		<content:encoded><![CDATA[<p>@Bret The problem is that you mapped a virtual URL to a physical file location within IIS, but you did not tell Tomcat the same information.  I&#8217;m not exactly sure how to get this to work but I think you should be able to create another &#8220;Context&#8221; record  in conf/Server.xml so that Tomcat will also know the physical location of the files as well.</p>
<p>Basically in this setup you are fooling Tomcat into thinking it is a normal web server, so it doesn&#8217;t have any awareness that it is running via a proxy and it doesn&#8217;t have any awareness of IIS settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-12</link>
		<dc:creator>Bret</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-12</guid>
		<description>I have this working but have another issue now with virtual directories.

I have my docBase set to C:/InetPub/wwwroot and I have a file test.jsp under C:/InetPub/wwwroot/directory1/directory2.  I am able to hit http://localhost/directory1/directory2/test.jsp without any issues.  I run into issues when I create a virtual directory that points to C:/InetPub/wwwroot/directory1/directory2.  I want to be able to hit this jsp through the virtual directory.

Eg. http://localhost/virtualdirectory/test.jsp

I get a Tomcat 404 error though.  I think this is because Tomcat doesn&#039;t see the virtual directory since it&#039;s part of IIS and not on the filesystem which Tomcat is looking at.

This does work through virtual directories with IIS and JRun though.

Any idea how I would get this working with Tomcat?</description>
		<content:encoded><![CDATA[<p>I have this working but have another issue now with virtual directories.</p>
<p>I have my docBase set to C:/InetPub/wwwroot and I have a file test.jsp under C:/InetPub/wwwroot/directory1/directory2.  I am able to hit <a href="http://localhost/directory1/directory2/test.jsp" rel="nofollow">http://localhost/directory1/directory2/test.jsp</a> without any issues.  I run into issues when I create a virtual directory that points to C:/InetPub/wwwroot/directory1/directory2.  I want to be able to hit this jsp through the virtual directory.</p>
<p>Eg. <a href="http://localhost/virtualdirectory/test.jsp" rel="nofollow">http://localhost/virtualdirectory/test.jsp</a></p>
<p>I get a Tomcat 404 error though.  I think this is because Tomcat doesn&#8217;t see the virtual directory since it&#8217;s part of IIS and not on the filesystem which Tomcat is looking at.</p>
<p>This does work through virtual directories with IIS and JRun though.</p>
<p>Any idea how I would get this working with Tomcat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-11</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-11</guid>
		<description>isapi_redirect.dll can be downloaded from http://tomcat.apache.org/download-connectors.cgi  (located under “Tomcat Connectors-&gt;Binary Releases”)</description>
		<content:encoded><![CDATA[<p>isapi_redirect.dll can be downloaded from <a href="http://tomcat.apache.org/download-connectors.cgi" rel="nofollow">http://tomcat.apache.org/download-connectors.cgi</a>  (located under “Tomcat Connectors-&gt;Binary Releases”)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balaji</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-10</link>
		<dc:creator>balaji</dc:creator>
		<pubDate>Mon, 15 Mar 2010 07:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-10</guid>
		<description>hi friends,  i need isapi_redirect.dll  . where it is in the sites? tell me please.
i need it urgently</description>
		<content:encoded><![CDATA[<p>hi friends,  i need isapi_redirect.dll  . where it is in the sites? tell me please.<br />
i need it urgently</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayan</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-9</link>
		<dc:creator>Ayan</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-9</guid>
		<description>Problem remains the same. No getting that .dll file from apache website. Please help.</description>
		<content:encoded><![CDATA[<p>Problem remains the same. No getting that .dll file from apache website. Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-8</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 24 Nov 2008 21:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-8</guid>
		<description>Hi Tim &amp; Natasha, I wish I could help but I haven&#039;t kept up to speed.  If you find any answers, though, please feel free to post a comment.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Tim &amp; Natasha, I wish I could help but I haven&#8217;t kept up to speed.  If you find any answers, though, please feel free to post a comment.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natasha</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-7</link>
		<dc:creator>Natasha</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-7</guid>
		<description>Hi,

I have tried this out and it works fine. But  doesnt seem to be working..Could it be because of this bridging?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried this out and it works fine. But  doesnt seem to be working..Could it be because of this bridging?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://verysimple.com/2006/03/30/serving-jsp-pages-through-iis-using-tomcat/#comment-6</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 14 May 2008 16:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=4#comment-6</guid>
		<description>I&#039;m trying to find this file  isapi_redirect_nt.reg I haven&#039;t been able to find any trace of it&#039;s existance or were it would come. Based on the way the article is written I was assuming that it was located on the www.jakarta.apache.org any information you have would prove usefule</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to find this file  isapi_redirect_nt.reg I haven&#8217;t been able to find any trace of it&#8217;s existance or were it would come. Based on the way the article is written I was assuming that it was located on the <a href="http://www.jakarta.apache.org" rel="nofollow">http://www.jakarta.apache.org</a> any information you have would prove usefule</p>
]]></content:encoded>
	</item>
</channel>
</rss>

