Hello!
I wonder if somebody could help me.
I have an application developed in php and on the other side, user module (registration, login, logout, change password, etc) in servlets and jsp. My aim is to include entire php application into Tomcat's webapps folder.
Tomcat-3.3.1 is configured under Apache, so Apache can render html files instead of Tomcat. I thought. that Apache will do that with php, too, but I was wrong. As a result, when I send http request:
http://localhost/phptest/test.php ,
I get only source of php file. Apache treats it as a pure txt. From the other hand, same php file works well when it is NOT in webapps folder, which is mounted in tomcat conf: "ApJservMount /phptest /root".
What am I suppose to do?
Every advice is more than welcome.
Milan