Skip to main content



      Home
Home » Newcomers » Newcomers » Starting Apache within Eclipse
Starting Apache within Eclipse [message #257948] Mon, 09 June 2008 20:18 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Using Apache Collections in plugin development
Next Topic:IncompatibleClassChangeError - on some machines
Goto Forum:
  


Current Time: Sun Jun 22 08:27:13 EDT 2025

Powered by FUDForum. Page generated in 0.09648 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top