Eclipsephp 3中调试时怎么将工作目录下的项目自动更新发布到APACHE上面

WBOY
Release: 2016-06-13 12:04:38
Original
743 people have browsed it

Eclipsephp 3中调试时如何将工作目录下的项目自动更新发布到APACHE上面
RT,用eclipse+tomcat的时候 eclipse会自动将项目拷贝到tomcat中运行,但是Eclipsephp 3中就找不到这样的设置

必须要把项目整个拷贝到APACHE中才能调试

请教一下大家PHP有这样的设置吗,每次都要把修改好的拷贝过去,感觉很麻烦
------解决方案--------------------
你将工作目录指向到Apache上面不就可以了。
------解决方案--------------------
哈哈,一看就是搞java的,php中根本用不着这么做。打开eclipse,直接新建一个项目,把文件夹建在apache的开发目录下(相当于tomcat的WebRoot目录),注意php发布不需要编译成.class文件,php中.php文件就是要布发的文件。
------解决方案--------------------
你把Apache的站点目录设置成你的开发目录不就行了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!