Tools required:
(1) apache tomcat
(2) Quercus
Quercus jar package under web-inf/lib/, put it under $TOMCAT_HOME/lib, modify the $TOMCAT_HOME/conf/web.xml file, and add the following servlet mapping:
Xml code
OK, restart tomcat
Add a php page to the previously deployed jsp project, and then access the page
php page, the content is as follows:
Php code
echo "Hello World";
phpinfo();
?>
Author "irfen"