Deploying PHP page in J2EE web application
KumarMCSep 2 2005 — edited Sep 13 2005Hi,
I am deploying a sample php page in a OC4J web application. When I try to load the php page in browser, I get following error:
"500 Internal Server Error. Could not find/launch the interpreter, searched for php ".
But, If I copy the same php page into Oracle's Apache/apache/htdocs directory, the page runs.
This tells me that mod_php is properly configured to run from Oracle HTTP Server. But, not from an OC4J web application.
I am running Oracle 10.1.2.0 on Linux machine.
I have deployed my web application in ..\j2ee\home\application directory.
How do we make OC4J web app to see the PHP interpreter?
Thanks,
Mohan