Can we run php on tomcat server?



Can we run php on tomcat server?..

Answer / Prateek Kumar Chahal

Yes, it is possible to run PHP on a Tomcat server using Tomcat-PHP connector or another compatible solution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

what do you mean by php.ini file ?????????

2 Answers   Samsung,


Tell me what does $_env means?

1 Answers  


Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

1 Answers  


Why are sessions used?

1 Answers  


How to remove values saved in the current session?

1 Answers  


What is the difference between single quoted string and double quoted string?

1 Answers  


What is difference between isset and empty in php?

1 Answers  


How to remove leading and trailing spaces from user input values?

1 Answers  


What is orm in php framework?

1 Answers  


Tell me what type of operation is needed when passing values through a form or an url?

1 Answers  


Which Scripting Engine PHP uses?

1 Answers  


Is the cookies are available on cross domain?

2 Answers  


Categories