LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do you configure PHP5 to run on Tomcat5? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-configure-php5-to-run-on-tomcat5-814727/)

psaltsman 06-17-2010 09:17 AM

How do you configure PHP5 to run on Tomcat5?
 
Hi,

I have a customer whose's webapps are all running under Tomcat5 on a CentOS 5 installation. They have requested to have PHP installed as they want to be able to deliver content in that form as well. I've installed PHP 5.2.13 using yum but I don't know how to configure it run under Tomcat. Does anyone know the best way to accomplish this?

Thanks,

Paul

timmeke 06-17-2010 10:56 AM

Tomcat is a container for Java code, JSP, JSF, etc. Maybe you could try using apache httpd in front of tomcat, delegating the access to *.php to the php engine, *.jsp to Tomcat etc?


All times are GMT -5. The time now is 08:12 AM.