Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » debug / edit existing web applications on the local server(what is the proper way?)
icon5.gif  debug / edit existing web applications on the local server [message #547992] Tue, 20 July 2010 07:03 Go to next message
Eclipse UserFriend
Hey Eclipsers!

I'm an experienced developer and very new to Eclipse PDT.

Question What is the proper way to (setup) debug and edit an existing web application on a local server?

I have several local sites running on a virtual windows machine using different domain names, which also is a development environment.
To debug & edit an existing web application, I currently use (file / new / php project / create project at existing location) and selec the web root folder like 'd:\webroot\mysite\html'.

This results in :

1 - Eclipse files and a special folder created in the web root, which is not good. I'd prefer project files kept on a different location and not modify the existing website's structure.

2 - (debug configurations / php web page / url / auto generate) to fail making the right url string. It always adds the project name like:
http://mysite.com/myprojectname/index.php
So I have to uncheck 'auto generate' and delete the project name part. It's not hard, but it kinda points to a problem with the configuration as it shows we couldn't describe the IDE the local files' locations on the site, so it's not aware.
I tried mapping ' / ' to the root folder on file system on the server configuration, but this made no difference.


Am I following a wrong path?

Thank you!
Onur

[Updated on: Tue, 20 July 2010 07:07] by Moderator

Re: debug / edit existing web applications on the local server [message #548192 is a reply to message #547992] Tue, 20 July 2010 23:06 Go to previous messageGo to next message
Eclipse UserFriend
1.
I'm always using Linked Folder.
(New>Folder>Advanced>Linked Folder)
2.
Unfortunately,
Bug 236971 - Annoying behavior for auto-generating the URL
Re: debug / edit existing web applications on the local server [message #548240 is a reply to message #547992] Wed, 21 July 2010 04:41 Go to previous message
Eclipse UserFriend
Thanks Toshihiro, this helped much!
Previous Topic:Unable to open file: ...\org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions\jvmargs
Next Topic:Autocomplete for PHP variables and methods
Goto Forum:
  


Current Time: Wed May 14 02:07:49 EDT 2025

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

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

Back to the top