Reputation: 159
I would like to run both JSP and PHP webpages from Tomcat server. I googled and tried to follows those steps but no luck.
I would like to install PHP on Apache Tomcat > 6.0 . Can anyone guide me to configure ?
Serenity
Upvotes: 0
Views: 9854
Reputation: 1307
http://php-java-bridge.sourceforge.net/pjb/servlet-programming.php
key point
You should install php5-cgi.
The JavaBridge.war
and related jar in here
https://sourceforge.net/projects/php-java-bridge/files/Binary%20package/php-java-bridge_6.2.1/php-java-bridge_6.2.1_documentation.zip
Upvotes: 2