<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 18:41:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob James' Blog: Configure Apache to run Tomcat and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/13937</guid>
      <link>http://www.phpdeveloper.org/news/13937</link>
      <description><![CDATA[<p>
<i>Rob James</i> has <a href="http://robjam.es/2010/01/configure-apache-to-run-tomcat-and-php/">a new post</a> looking at configuring Apache to run Tomcat and PHP together so you can have both Java and PHP apps running through the same Apache frontend.
</p>
<blockquote>
Here is the scenario; you have a project that requires hosting a single website in a single web domain, but you have a mix of PHP applications and Java (or in my instance, GRAILS) applications that you need to run. [...] The problem is, that there is no good documentation to help you do this, so here I go!
</blockquote>
<p>
His example sets up a site that will load static pages, run PHP applications, handle Java application requests without missing a beat. He starts from the very beginning - installing OpenSSH, vsftpd, MySQL, Apache, Java and Tomcat - all from packages on a Ubuntu linux installation. To connect Tomcat with Apache, you'll need to use the mod_proxy Apache module and configure the Tomcat server to listen on the right port.
</p>]]></description>
      <pubDate>Fri, 29 Jan 2010 12:20:03 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Hiveminds Magazine: How to bridge PHP and Java on Windows with Apache Tomcat]]></title>
      <guid>http://www.phpdeveloper.org/news/10531</guid>
      <link>http://www.phpdeveloper.org/news/10531</link>
      <description><![CDATA[<p>Content no longer valid</p>]]></description>
      <pubDate>Wed, 02 Jul 2008 12:06:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Ravensroft's Blog: How To Setup PHP5 with Tomcat 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9704</guid>
      <link>http://www.phpdeveloper.org/news/9704</link>
      <description><![CDATA[<p>
<i>Chris Ravensroft</i> has posted <a href="http://nexus.zteo.com/2008/02/15/how-to-setup-php5-with-tomcat-5/">a quick guide</a> to getting the Java-related web server, Tomcat, up and working with a PHP installation.
</p>
<blockquote>
Sometimes, you want to run PHP with Tomcat. Why? Well, you may have a legacy product, for instance, that will require servlets for many more years. Or you may be using this gigantic Java program and are only interested in adding a tiny PHP piece on the side.
</blockquote>
<p>
It's a pretty <a href="http://nexus.zteo.com/2008/02/15/how-to-setup-php5-with-tomcat-5/">simple process</a> and most of the steps are the standard "download, install, unpack" sorts of things. The important things are the web.xml document you create and the additions to the servlet.properties file to make the PHP module work.
</p>]]></description>
      <pubDate>Tue, 26 Feb 2008 11:31:00 -0600</pubDate>
    </item>
  </channel>
</rss>
