<?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: Tomcat behind reverse proxy on Apache</title>
	<atom:link href="http://famvdploeg.com/blog/2008/01/tomcat-behind-reverse-proxy-on-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog/2008/01/tomcat-behind-reverse-proxy-on-apache/</link>
	<description>A simple look on things</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gd</title>
		<link>http://famvdploeg.com/blog/2008/01/tomcat-behind-reverse-proxy-on-apache/comment-page-1/#comment-868</link>
		<dc:creator>gd</dc:creator>
		<pubDate>Fri, 18 Apr 2008 02:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=33#comment-868</guid>
		<description>Thank-you.  I needed the redirectmatch.  Thought I had it figured out, but found the trailing slash problem trying to get to tomcat&#039;s /examples/jsp and /examples/servlets.

I also started using the /tomcat/ for the proxy path.  But I found I needed to use mod_proxy_html to get things working right as all the java apps wanted to be relative /.  So now I just proxy each app:

    RedirectMatch ^/jira$ /jira/
    ProxyPass /jira/  http://:8080/jira/
    ProxyPassReverse /jira/ http://:8080/jira/

Have to update the httpd.conf every time I add a java app.  But I don&#039;t need to use mod_proxy_html anymore.  Did I miss a trick that would let me use /tomcat/ without mod_proxy_html?</description>
		<content:encoded><![CDATA[<p>Thank-you.  I needed the redirectmatch.  Thought I had it figured out, but found the trailing slash problem trying to get to tomcat&#8217;s /examples/jsp and /examples/servlets.</p>
<p>I also started using the /tomcat/ for the proxy path.  But I found I needed to use mod_proxy_html to get things working right as all the java apps wanted to be relative /.  So now I just proxy each app:</p>
<p>    RedirectMatch ^/jira$ /jira/<br />
    ProxyPass /jira/  <a href="http://:8080/jira/" rel="nofollow">http://:8080/jira/</a><br />
    ProxyPassReverse /jira/ <a href="http://:8080/jira/" rel="nofollow">http://:8080/jira/</a></p>
<p>Have to update the httpd.conf every time I add a java app.  But I don&#8217;t need to use mod_proxy_html anymore.  Did I miss a trick that would let me use /tomcat/ without mod_proxy_html?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

