<?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: Lighttpd proxy to Tomcat</title>
	<atom:link href="http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Wed, 16 May 2012 12:56:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Hunter</title>
		<link>http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-16762</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Mon, 15 Nov 2010 22:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-16762</guid>
		<description>This is what I use for my opennms server which is running tomcat. Then all I have to do is go to /opennms and lighttpd does the rest. No redirects, no extra port forwards, just pure awesomeness!

proxy.server = (
&quot;/opennms&quot; =&gt; (
&quot;backend&quot; =&gt; (
&quot;host&quot; =&gt; &quot;127.0.0.1&quot;,
&quot;port&quot; =&gt; 8980,
&quot;fix-redirects&quot; =&gt; 1
)
)
)</description>
		<content:encoded><![CDATA[<p>This is what I use for my opennms server which is running tomcat. Then all I have to do is go to /opennms and lighttpd does the rest. No redirects, no extra port forwards, just pure awesomeness!</p>
<p>proxy.server = (<br />
"/opennms" =&gt; (<br />
"backend" =&gt; (<br />
"host" =&gt; "127.0.0.1",<br />
"port" =&gt; 8980,<br />
"fix-redirects" =&gt; 1<br />
)<br />
)<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgm</title>
		<link>http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-16526</link>
		<dc:creator>rgm</dc:creator>
		<pubDate>Wed, 25 Aug 2010 19:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-16526</guid>
		<description>im trying to configure tomcat in lighttpd as a proxy server

lighttpd is in - different IP address
tomcat is in different different IP address

they are separate in two physical machines ......

i added the ip and port of tomcat instance in lighttpd server in the conf file, but it doesnt seems to proxy, am i doing somehing wrong ??</description>
		<content:encoded><![CDATA[<p>im trying to configure tomcat in lighttpd as a proxy server</p>
<p>lighttpd is in - different IP address<br />
tomcat is in different different IP address</p>
<p>they are separate in two physical machines ......</p>
<p>i added the ip and port of tomcat instance in lighttpd server in the conf file, but it doesnt seems to proxy, am i doing somehing wrong ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klogd</title>
		<link>http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-15755</link>
		<dc:creator>klogd</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-15755</guid>
		<description>Nice guide, but it makes ALL requests go to tomcat, so it makes having lighttpd kinda redundant. If you only want some requests to go to tomcat, simply use this syntax:

proxy.server = ( &quot;.jsp&quot; =&gt;
....
)</description>
		<content:encoded><![CDATA[<p>Nice guide, but it makes ALL requests go to tomcat, so it makes having lighttpd kinda redundant. If you only want some requests to go to tomcat, simply use this syntax:</p>
<p>proxy.server = ( ".jsp" =&gt;<br />
....<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-03-26 &#171; Theory matters</title>
		<link>http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-13986</link>
		<dc:creator>links for 2009-03-26 &#171; Theory matters</dc:creator>
		<pubDate>Fri, 27 Mar 2009 01:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/04/05/lighttpd-proxy-to-tomcat/#comment-13986</guid>
		<description>[...] Lighttpd proxy to Tomcat &#124; Racker Hacker [...]</description>
		<content:encoded><![CDATA[<p>[...] Lighttpd proxy to Tomcat | Racker Hacker [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

