473,804 Members | 3,271 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Eclipse 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.
Jun 2 '08 #1
9 1563

--

How to Post a newsgroup
question effectively:
http://support.microsoft.com/kb/q555375
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.


--
--
Regards,

Twayne

Open Office isn't just for wimps anymore;
OOo is a GREAT MS Office replacement
www.openoffice.org

Jun 2 '08 #2
On Fri, 18 Apr 2008 14:06:46 GMT, Twayne wrote:
--

How to Post a newsgroup
question effectively:
http://support.microsoft.com/kb/q555375

How to quote properly:
http://www.netmeister.org/news/learn2quote.html
Jun 2 '08 #3
Mirko Kralj wrote:
On Fri, 18 Apr 2008 14:06:46 GMT, Twayne wrote:
>--

How to Post a newsgroup
question effectively:
http://support.microsoft.com/kb/q555375


How to quote properly:
http://www.netmeister.org/news/learn2quote.html
I think you just kissed goodbye to any help in this forum. Good luck getting
help somewhere else.
Jun 2 '08 #4
On Fri, 18 Apr 2008 18:34:20 +0100, Paul Lautman wrote:

I think you just kissed goodbye to any help in this forum. Good luck getting
help somewhere else.
Could someone explaine me too what did he do wrong in his first post? (it's
obvious about the second :)

Jun 2 '08 #5
d00de wrote:
On Fri, 18 Apr 2008 18:34:20 +0100, Paul Lautman wrote:

>I think you just kissed goodbye to any help in this forum. Good luck getting
help somewhere else.

Could someone explaine me too what did he do wrong in his first post? (it's
obvious about the second :)
Try to figure out what he's asking about... besides accessing local web
server with browser. But that's really not this group.

best regards
Piotr N
Jun 2 '08 #6
..oO(d00de)
>On Fri, 18 Apr 2008 18:34:20 +0100, Paul Lautman wrote:
>I think you just kissed goodbye to any help in this forum. Good luck getting
help somewhere else.

Could someone explaine me too what did he do wrong in his first post?
Nothing, except that this is not the right newsgroup for his problem.
Better would be <news:eclipse.t ools.pdtor a more generic Eclipse
group. Using their newsserver requires a registration, but it's free.

http://www.eclipse.org/newsgroups/
>(it's
obvious about the second :)
Even the second one was an appropriate answer to Twayne's completely
unnecessary content-less sig-only fullquote.

OT, so Fup2 poster

Micha
Jun 2 '08 #7
..oO(Piotr)
>Try to figure out what he's asking about... besides accessing local web
server with browser.
| The idea is to call Firefox (or any other browser I like)
| with the correct virtual host URL straight from Eclipse.

He didn't ask an explicit question, but the current situation and what
he would like to do was described good enough. It was just the wrong NG.

Micha
Jun 2 '08 #8
On Fri, 18 Apr 2008 20:08:26 +0200, d00de wrote:
On Fri, 18 Apr 2008 18:34:20 +0100, Paul Lautman wrote:

>I think you just kissed goodbye to any help in this forum. Good luck getting
help somewhere else.

Could someone explaine me too what did he do wrong in his first post? (it's
obvious about the second :)
"I've these two machines and there's php and browsers on them. It's not
working. Can you tell me what's wrong?"

--
76. If the hero runs up to my roof, I will not run up after him and struggle
with him in an attempt to push him over the edge. I will also not engage
him at the edge of a cliff. (In the middle of a rope-bridge over a river
of molten lava is not even worth considering.) --Evil Overlord List
Jun 2 '08 #9
On Fri, 18 Apr 2008 18:34:20 +0100, Paul Lautman wrote:
>
>I think you just kissed goodbye to any help in this forum. Good luck
getting help somewhere else.

Could someone explaine me too what did he do wrong in his first post?
(it's obvious about the second :)
Multiple, separate postings to newsgroups instead of crossposting so
they would be handled properly. It's all explained here and hundreds of
other places, maybe even thousands:
--
How to Post to more than one group:
http://en.wikipedia.org/wiki/Crossposting

Jun 2 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2283
by: peter | last post by:
Hello all, I would like to debug my python libraries, written in c++, with GDB (gnu debugger) I'm using the mingw compiler in a windows environment. As development environment I use eclipse with the CDT plugin. This plugin also has a nice GUI frontend for the GDB. I've already tried several setups, no setup seemed to work.
0
1902
by: Sam Smith | last post by:
I've just downloaded and installed Eclipse and the C++ plugin (CDT). The editor looks really good! However, I do not know how I should integrate my MinGw g++ compiler with Eclipse. I hope that someone on this list has already setup this environment and is also willing to share the knowledge! Thanks in advance! Sam
3
2103
by: frustratedcoder | last post by:
I have installed apache, php5 and mysql on my laptop. I write my code in eclipse and when I test it inside eclipse, the mysql database connection is working, I can execute the script inside eclipse. But when I put that same script into my htdocs on the apache server running on the same laptop and access it using my browser, I get a "Call to undefined function mysql_connect()" error message.
2
1501
by: kilnhead | last post by:
I am trying to use eclipse for python development. Is it possible to run a python script without having to name/setup a configuration? Can eclipse be set up so that "run" loads the code into the interpreter and goes? I don't want to create a new run config every time I want to run a script.
42
2450
by: Hakusa | last post by:
Recently I've had some problems with PythonWin when I switched to Py2.5, tooka long hiatus, and came back. So now I'm without my god sent helper, and I'm looking for a cool replacement, or some advocation to reinstall/setup PyWin. But the Python website's list is irrefutably long. It would take a month or two to test all of those products. So I'm looking for experienced advocates. What's your favorite IDE? What do you like about it? It...
0
2003
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for more details". Same for all versions of JBoss. I couldn't find what causes the error. Any help would be much appreciated. My installation is: JDK 1.5.0 update 11 Jboss 4.0.4GA Eclipse 3.2.2
4
1863
by: king kikapu | last post by:
Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open the Debug perspective when it sees that some .py file(s) of my project indeed contains breakpoints. So, i press F9, Eclipse starts, Debug perspective opens and i can use the debugger just fine. But when the app terminates, how can i tell Eclipse to switch...
6
12317
by: MaStA | last post by:
Hello, I am trying to setup Eclipse once again to work for compiling C++. I have followed several guides and still have had no luck. I get an error of launch failed no binaries when I try to compile code. I also have 2 warnings that are showing up which are as follows: Error launching external scanner info generator (g++ -E -P -v -dD C:/Users/Jared/workspace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp) Error launching...
7
4509
by: R.A.M. | last post by:
Hello, I have started learning PHP5. I would like to programme in Windows XP and Fedora Linux. I have found two IDEs for PHP (if I understood correctly): - Eclipse PDT, - EasyEclipse for PHP. What is the difference? Which one to choose? I would like to debug my applications. Please help. Thanks in advance. /RAM/
0
9705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9576
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10323
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10311
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10074
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9138
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2988
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.