How do I setup PHP locally on Windows 7 with Tomcat 7 already installed?
- by James Drinkard
I have Windows 7 64 bit running on my laptop with Tomcat 7 installed to run my java programs using Eclipse. Now I need to be working with PHP and as I went to install it, I read you need to install Apache Web Server first, before installing PHP.
Then I read where you can run PHP under Tomcat or run PHP on Apache Web Server while still using Tomcat, if you reset the default port on one of them as Tomcat and Apache Web Server would use the same ports by default.
What is the best way to do this? I don't want to was lots of time getting stuck on configuration issues.