This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123311 - When creating a new project, if Apache is registered, it should be auto-picked
Summary: When creating a new project, if Apache is registered, it should be auto-picked
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 01:28 UTC by David Vancouvering
Modified: 2010-09-17 05:28 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2007-12-04 01:28:35 UTC
Right now when you create a new PHP project, you have to pick the server.  It should be auto-picked instead if there is
only one.  If there is more than one, Apache should be auto-picked as the most common server for PHP.

A small thing, but important, making it as easy as possible to build a PHP project.
Comment 1 Andrew Korostelev 2007-12-04 08:54:25 UTC
We have decided that user should select server for project manually. 
To be aware about project that will be used.
Otherwise it is possible that user will upload files to server where they are not expected...

do you think apache server auto selection will work for most users?
Comment 2 Andrew Korostelev 2007-12-04 09:37:56 UTC
additional problem with preselected apache:
There can be several hosts in one httpd.conf (main and virtual hosts).
We can't decide which of them should be selected.
Comment 3 David Vancouvering 2007-12-04 13:47:37 UTC
I think the common case is that one server will be registered, so for that common case, we should auto-select the server
that's there.  There is this feeling of "why do I have to *tell* you what server I want to use?  I only have one
registered.  Do I have to explain *everything* to you?" :)).

I agree things become more unclear when there are multiple servers registered.