hi
i want to run single php file using apache-tomcat-6.0.18
my project is GWT project with server side is java servlet
i deployed my project on server in apache-tomcat-6.0.18/webapps/ folder
So please tell me the solution to run php file
hi
i want to run single php file using apache-tomcat-6.0.18
my project is GWT project with server side is java servlet
i deployed my project on server in apache-tomcat-6.0.18/webapps/ folder
So please tell me the solution to run php file
You should put your php file in www
folder in apache installation and then you can access that file from browser like this:
http://localhost/your_file_name.php
localhost
is the default host name in most configurations.
Use the PHP/Java Bridge. As long as your PHP was compiled with cgi support, it should work seamlessly.