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 99614 - Optional server name in project properties
Summary: Optional server name in project properties
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-31 16:24 UTC by simon_nicholls
Modified: 2011-01-28 20:10 UTC (History)
0 users

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 simon_nicholls 2007-03-31 16:24:21 UTC
I have a project using multiple real world servers, and develop this using
multiple virtual servers. The names that servers are accessed with are important
in my case, and it would be nice to be able to provide an alternative to
"localhost" in the project "Run" properties.

There are also, I think, a number of developers who might want to access the
server through some kind of proxy. i.e. name + port properties change.
Comment 1 Torbjorn Norbye 2007-06-19 23:00:18 UTC
Is the run configuration name enough? Or are you talking about the names displayed in the server output windows?
Comment 2 simon_nicholls 2007-06-20 15:23:55 UTC
Hi Tor,

Configuring the browser launch host name is enough in my case.

I locally use www.lan.org when my rails app is accessed via the browser. Links within the app might be to static.lan.org
or admin.lan.org etc, but it's that first jumping off point that's crucial.
Comment 3 Jiri Kovalsky 2007-07-03 13:54:15 UTC
Reassigning this issue to newly created 'ruby' component.