blue-genie Posted March 3, 2007 Share Posted March 3, 2007 Hi all. I'm working on a machine that has xampp installed which has a php and mysql folder inside the xampp folder. there are existing projects using this running on a tomcat server. Now the problem is i have to create a project using IIS with Mysql and php. ok, so i installed IIS, i get to the IIS homepage which i assume means it's set up right. 1. do i have to install mysql and php again? 2. when i create a php file to locate mysql it doesn't go anywhere, it just hangs then times out with a CGI timeout error.. i can't use the default 80 port as it's in use. i'm struggling to pinpoint where exactly the problem is. my localhost/phpadmin doesn't work now, it says it cant' locate the mysql extension. I've made sure my php.ini file has the mysql extension not commented out. please someone help me. blue-genie Link to comment https://forums.phpfreaks.com/topic/40992-errors-all-over-the-place/ Share on other sites More sharing options...
flappy_warbucks Posted March 3, 2007 Share Posted March 3, 2007 If you have 2 Web servers running on the same machine (tomcat and IIS) then you will get conflicts. either develop in Tomcat or IIS and loose one of the other servers, as anything would be buggy with 2 servers running on a single machine. Link to comment https://forums.phpfreaks.com/topic/40992-errors-all-over-the-place/#findComment-198517 Share on other sites More sharing options...
blue-genie Posted March 4, 2007 Author Share Posted March 4, 2007 i managed to get them semi working. i checked all over the we and it insists you can run 2 servers on the same machine as long as they're using different ports. Link to comment https://forums.phpfreaks.com/topic/40992-errors-all-over-the-place/#findComment-198988 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.