在eclipse中运行php项目时“无法连接到服务器”

时间:2014-04-29 07:10:34

标签: php eclipse eclipse-pdt

我想在eclipse中运行我的第一个php项目(在pet包的帮助下)。当我运行我的项目(index.php)时,eclipse显示以下消息的错误:

Page Login failed with error. Could not connect to the server.

更多信息:

  • 当我进入" http:// localhost"在我的浏览器中,它无法找到服务器
  • 我正在使用eclipse的kepler版本
  • 我在MAC OSX中运行eclipse

我认为我的本地服务器没有启动,或者我没有本地服务器。我该如何解决这个错误?如何在mac中运行本地php服务器?

最好的问候

1 个答案:

答案 0 :(得分:0)

您需要安装服务器包,例如MAMP。然后你需要配置它以便由Eclipse驱动,使用Xdebug,它是Apache的一个模块。要使用Xdebug设置配置,请查看此处:http://wiki.eclipse.org/Debugging_using_XDebug