[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Setup

Hi to all,

I was trying out the Eclipse PDT IDE and I'm impressed. I just want to 
know about the development logic you are using with this IDE.

For example, I installed AppDev and configured Eclipse to use it's www 
folder as workspace.

Now I want to define various virtual hosts on my PC for testing the code 
inside AppDev. The idea is to call Firefox (or any other browser I like) 
with the correct virtual host URL straight from Eclipse.

For example, I have eclipse project1 inside www/project1 and project2 
inside www/project2 directory, and would like to call FireFox with URL 
http://project1/ for project1 and http://project2/ for project2 testing.

(project1 and project2 are valid virtual hosts defined on my PC)

I've found PHP server settings for projects, and also Window>Web browser 
   so I guess my idea can be accomplished.

I was always near, but never achieved exactly what I wanted as described 
above so I hope someone could help me with few tips.

Cheers.