How do I setup PHP locally on Windows 7 with Tomcat 7 already installed?

Posted by James Drinkard on Super User See other posts from Super User or by James Drinkard
Published on 2013-10-31T15:59:17Z Indexed on 2013/10/31 15:59 UTC
Read the original article Hit count: 185

Filed under:
|
|
|
|

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.

© Super User or respective owner

Related posts about windows-7

Related posts about java