Hi -
PHP has nothing directly to do with Tomcat (the Java Servlet container).
If you want to use both PHP and Tomcat with Apache, you should:
1. Build Apache with PHP support
2. Download and install an appropriate JDK (Sun's latest Java 1.5.x is probably your best choice)
3. Download, install and configure Tomcat to use your Apache with your JDK
This is probably your best resource for item 3:
http://wiki.apache.org/tomcat/HowTo
'Hope that helps .. PSM
PS:
My statement above is absolutely true:
Quote:
|
PHP has nothing directly to do with Tomcat
|
However, I don't know if you've already come across and tried this link:
http://wiki.apache.org/tomcat/UsingPhp