Starting Apache within Eclipse [message #257948] |
Mon, 09 June 2008 20:18  |
Eclipse User |
|
|
|
Originally posted by: caspersgrin.gmail.com
Hi,
I've added the PHP plugin for a non Java/Tomcat project that I'm embarking
on. I use MyEclipse to start/stop Tomcat when testing servlets and JSP
pages. Is there a way to start/stop apache as well?
Thanks,
Rob
|
|
|
Re: Starting Apache within Eclipse [message #257961 is a reply to message #257948] |
Tue, 10 June 2008 00:45  |
Eclipse User |
|
|
|
Originally posted by: codeslave.ca.ibm.com
On windows, if you run Apache as a service, don't you get a task tray
icon from which you can start/stop/reset Apache? Or am I thinking
mysqld? Can't remember, it's been too long...
On linux, you can restart Apache with `/etc/init.d/apache2 restart` or
`/usr/sbin/apache2ctl restart`...
.... but how often do you need to start/stop apache? PHP is interpreted,
so there's no need to cycle the server (like you do to flush caches or
force recompilation of JSPs/servlets) unless you're changing php.ini or
apache settings. Even .htaccess directives are loaded dynamically.
Nick
Rob Tanner wrote:
> Hi,
>
> I've added the PHP plugin for a non Java/Tomcat project that I'm
> embarking on. I use MyEclipse to start/stop Tomcat when testing
> servlets and JSP pages. Is there a way to start/stop apache as well?
>
> Thanks,
> Rob
>
--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb
|
|
|
Powered by
FUDForum. Page generated in 0.09648 seconds