Making XAMPP and Eclipse IDE work together

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
newprint
Forum Newbie
Posts: 2
Joined: Sun Jun 13, 2010 3:05 pm

Making XAMPP and Eclipse IDE work together

Post by newprint »

Hi !

I just got started in PHP programming and I running into a problem. I can't run any code in Eclipse !!!!!!
XAMPP package was installed without problems, all the necessary ports were opened in firewall.

The Eclipse workspace for projects is C:\xampp\xampp\htdocs.
Below is the message I am getting, while trying to run the code(pressing the green "play" button in Eclipse)

Code: Select all

Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
localhost
6/13/2010 4:14:42 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
Thanks !
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: Making XAMPP and Eclipse IDE work together

Post by Doug G »

Did you configure eclipse web server settings? And if you're using pdt-eclipse did you set the php webserver settings?
Post Reply