I am using Eclipse to develop a website in html, css, js, ajax for client and jsp, servlets in the server side, using mysql. I want to write some modules in php. Is it possible to integrate php code in the architecture and run on tomcat ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use Quercus or maybe create a bridge (effectively messaging) between a server running your PHP code and the Java application. I’d consider carefully if this is the best way to architect your application, or whether the php modules should be rewritten for Java.