Using Eclipse for Joomla development without XAMPP

145 views
Skip to first unread message

ChuckL

unread,
Mar 25, 2010, 7:45:59 PM3/25/10
to Joomla! General Development
I have set up Eclipse following Mark's great tutorial (Setting up your
workstation for Joomla! development) and have everything working with
one exception, I cannot "Run As | PHP Web Page". I get a HTTP 403
Error. I have Apache 2..2.14, PHP 5.2.12, and MySQL 5.0.51a. I have
been using Dreamweaver but would really like to switch to Eclipse for
any number of reasons.

I did not use XAMPP (tried it and found it to be more trouble than it
was worth). I have installed and configured Apache on multiple systems
running Linux and Windows and have successfully developed over a dozen
Joomla! websites using my current configuration. My normal practice
(on Windows) is to create a folder for each site under a common "web"
directory, add an entry into the "host" file for "web.mysite.com", and
add an entry into the httpd-vhost.conf file, such as:

<VirtualHost *:80>
ServerName web.mysite.com
DocumentRoot "C:/web/mysite.com/site"
ErrorLog logs/web.mysite.com.error.log
CustomLog logs/web.mysite.com.access.log combined
</VirtualHost>

This has served me very well until I try to use Eclipse. I really do
not wish to install XAMPP since I have a standard configuration that
works across OS platforms and can't see reinventing the wheel.

Any ideas on what I might do to get this working?

Chuck

klas berlič

unread,
Mar 25, 2010, 8:18:20 PM3/25/10
to joomla-de...@googlegroups.com
You just have to configure Eclipse to run from your host (preferences > PHP > PHP Servers)  - it's set to locahost by default.

It's easiest if you set your sites as subdirectories in one folder -  mysite.com/project1 mysite.com/project2 etc..


2010/3/26 ChuckL <ch...@bwassociates.com>

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.




--
------------------------------------------------------------------
http://www.bzzzz.biz  - Creating images
Marketing and web communication agency

http://www.belmondo.si - vacation packages,
travel, flight tickets & hotels

------------------------------------------------------------------
Reply all
Reply to author
Forward
0 new messages