你如何在netbeans 6.8中设置apache web服务器?

时间:2010-06-01 16:53:42

标签: netbeans apache2

我想调试PHP应用程序,但我想设置Apache Web服务器(httpd.exe)。

我右键单击了SERVERS,Add Server ...,然后注意到httpd.exe没有选项,只适用于Glashfiish,JBoss,Apache Tomcat和其他一些服务器。

那么,我如何添加Apache Web Server(就像在其他服务器中一样在IDE中),然后正确调试PHP应用程序?

2 个答案:

答案 0 :(得分:1)

检查here

答案 1 :(得分:1)

NetBeans没有直接将IDE与Apache HTTP服务器集成的插件。

“添加服务器”对话框中列出的服务器都是Java EE服务器。由于Apache不是Java EE服务器,因此它不会出现在该列表中。

尽管如此,还是有一些articles about the ins and outs of doing PHP development with NetBeans and Apache

看起来您不需要在NetBeans中“注册”httpd。 PHP开发插件应该为您做正确的事情。