Tuesday, August 24, 2010

Setting up PHP within Apache Tomcat

PHP by default comes with Apache web server. But when we tried using PHP at our server we faced problem. The reason was we already use Apache Tomcat and Tomcat already uses port 80.

We needed to install PHP within Tomcat. We needed one additional software: PHP Java Bridge for that.

We were lucky to see one nice tutorial on the web. It almost spoon-feeds.

2 comments: