<?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: Configure Apache to run Tomcat and PHP</title>
	<atom:link href="http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/</link>
	<description>Now What?</description>
	<lastBuildDate>Thu, 10 Jun 2010 18:12:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17850</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 22 Mar 2010 12:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17850</guid>
		<description>Thanks for a wonderful post, l ve been looking for such information, I will join jour rss feed now.</description>
		<content:encoded><![CDATA[<p>Thanks for a wonderful post, l ve been looking for such information, I will join jour rss feed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17849</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17849</guid>
		<description>Thanks Rob for your response.

Yup, the problem is different but I was looking for some ideas in this area. How we can do SSO where Apache is frontending and forwarding the request to tomcat using ajp or rendering wordpress.

Portal could be one of the option but I don&#039;t want to go there yet.

I am still looking for a clean solution.

Anywayz, thanks for your response.</description>
		<content:encoded><![CDATA[<p>Thanks Rob for your response.</p>
<p>Yup, the problem is different but I was looking for some ideas in this area. How we can do SSO where Apache is frontending and forwarding the request to tomcat using ajp or rendering wordpress.</p>
<p>Portal could be one of the option but I don&#8217;t want to go there yet.</p>
<p>I am still looking for a clean solution.</p>
<p>Anywayz, thanks for your response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob James</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17844</link>
		<dc:creator>Rob James</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17844</guid>
		<description>I believe that the problem you are trying to solve is quite different to the above.

You will want to get Wordpress&#039;s Authentication mecnahism to auth against something else other than itself (ie/ oAuth or LDAP etc). I believe there are some plugins available for Wordpress that allow you to do that. Failing that, you may have to change some of the code on Wordpress&#039;s Auth files.

Tomcat has container security, but since Wordpress is PHP and runs on Apache, you can&#039;t use that.</description>
		<content:encoded><![CDATA[<p>I believe that the problem you are trying to solve is quite different to the above.</p>
<p>You will want to get WordPress&#8217;s Authentication mecnahism to auth against something else other than itself (ie/ oAuth or LDAP etc). I believe there are some plugins available for WordPress that allow you to do that. Failing that, you may have to change some of the code on WordPress&#8217;s Auth files.</p>
<p>Tomcat has container security, but since WordPress is PHP and runs on Apache, you can&#8217;t use that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17843</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17843</guid>
		<description>What do you think about authentication?
I have something similar. I would like a SSO like scenario where all the users accessing wordpress are authenticated against application database not against wordpress database.

How would you recommned to do that?</description>
		<content:encoded><![CDATA[<p>What do you think about authentication?<br />
I have something similar. I would like a SSO like scenario where all the users accessing wordpress are authenticated against application database not against wordpress database.</p>
<p>How would you recommned to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob James</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17788</link>
		<dc:creator>Rob James</dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17788</guid>
		<description>@Brian pleasure, a script would be useful so that it is fairly straight forward, otherwise, its quite a headache as you can see.

@Rohit I am not much of a windows person, but I would imagine the installation process would be windows specific, but the configuration would be similar to what I wrote above. The only thing that would be very different is file locations.

@Kevin I hope yo get value out of it!</description>
		<content:encoded><![CDATA[<p>@Brian pleasure, a script would be useful so that it is fairly straight forward, otherwise, its quite a headache as you can see.</p>
<p>@Rohit I am not much of a windows person, but I would imagine the installation process would be windows specific, but the configuration would be similar to what I wrote above. The only thing that would be very different is file locations.</p>
<p>@Kevin I hope yo get value out of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17787</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 02 Feb 2010 18:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17787</guid>
		<description>Bookmarked it. Been long for such a tech article for both Tomcat and Apache</description>
		<content:encoded><![CDATA[<p>Bookmarked it. Been long for such a tech article for both Tomcat and Apache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17786</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17786</guid>
		<description>Rob, I have been trying to do this on windows (XP)without success. Could you please show me how I can do this on windows. Thanks.</description>
		<content:encoded><![CDATA[<p>Rob, I have been trying to do this on windows (XP)without success. Could you please show me how I can do this on windows. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Easley</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17785</link>
		<dc:creator>Brian Easley</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17785</guid>
		<description>I&#039;ve made a note to get a template together with this already done on it for our VPS customers. 


Thanks for the mention Rob, it&#039;s much appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made a note to get a template together with this already done on it for our VPS customers. </p>
<p>Thanks for the mention Rob, it&#8217;s much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob James</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17783</link>
		<dc:creator>Rob James</dc:creator>
		<pubDate>Sun, 31 Jan 2010 19:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17783</guid>
		<description>Glad to help!!! I spent days looking for documentation, and when I didn&#039;t find any, I needed to put down what I learnt...</description>
		<content:encoded><![CDATA[<p>Glad to help!!! I spent days looking for documentation, and when I didn&#8217;t find any, I needed to put down what I learnt&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike P</title>
		<link>http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/comment-page-1/#comment-17781</link>
		<dc:creator>Mike P</dc:creator>
		<pubDate>Sun, 31 Jan 2010 19:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://robjam.es/?p=254#comment-17781</guid>
		<description>This is exactly what I wanted to do! Thanks much for this concise how-to!</description>
		<content:encoded><![CDATA[<p>This is exactly what I wanted to do! Thanks much for this concise how-to!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
