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

Summary: Optional server name in project properties
Product: ruby Reporter: simon_nicholls <simon_nicholls>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.