Home > other >  How to run PHP in Apache Tomcat 9?
How to run PHP in Apache Tomcat 9?

Time:09-06

I want to run my php code in Tomcat9, but Tomcat has no support for php. I tried following this guide but it didn't work https://stackoverflow.com/questions/779246/run-a-php-app-using-tomcat

Is there any other way that can help me to run PHP in Apache Tomcat?

CodePudding user response:

You can use quercus (https://www.caucho.com/resin-3.1/doc/quercus.xtp) , get it at https://drive.google.com/file/d/1dCvrrTHepkpqf0PmO-fbFlfKp-cY2663/view

See step-by-step guide at https://www.youtube.com/watch?v=seQHzVwUdYo

  • Related