Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323394 - Add Default Base URL group to the Php Debug Project properties
Summary: Add Default Base URL group to the Php Debug Project properties
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 10:57 EDT by ronen hamias CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ronen hamias CLA 2010-08-23 10:57:47 EDT
Build Identifier: #182

Add project Base URL group that comprised with two fields:

----Default Base URL------------------------------------
- Base Path: /folder1
- Auto-generated base URL: http://server/folder1
--------------------------------------------------------

the auto generated base url is auto generated from the serverURL + default BasePath (by default the base path equals to project name)

----Default Base URL------------------------------------
- Base Path: /project1
- Auto-generated base URL: http://server/project1
--------------------------------------------------------

Behavior:
when launch a debug PHP webpage the launch URL will be as specified at the Default Base URL (by default default server + project name)

this enhancement enables the user to specify different base path rather then only project name




Reproducible: Always