Hi,
I have integrated the apache with tomcat successfully and all my jsp files are now working fine on port 80 but not php files.
In my httpd.conf I have given like this
<IfModule mod_jk.c>
JkMount /* ajp13
</IfModule>
But: Apache then does not serve PHP anymore (they get routed to Tomcat).
When I try to access any php files,it comes with a download box.But the same file is working fine outside the tomcat.
Our application uses both java and php.How can I make my php files work with tomcat.
Regards,
I have integrated the apache with tomcat successfully and all my jsp files are now working fine on port 80 but not php files.
In my httpd.conf I have given like this
<IfModule mod_jk.c>
JkMount /* ajp13
</IfModule>
But: Apache then does not serve PHP anymore (they get routed to Tomcat).
When I try to access any php files,it comes with a download box.But the same file is working fine outside the tomcat.
Our application uses both java and php.How can I make my php files work with tomcat.
Regards,