Pass NAILGUN_PORT environment variable to --ng-server
-----------------------------------------------------
Key: JRUBY-4513
URL: http://jira.codehaus.org/browse/JRUBY-4513
Project: JRuby
Issue Type: Improvement
Affects Versions: JRuby 1.4
Environment: JVM 1.5 on Leopard PPC
Reporter: Ian Dees
Assignee: Thomas E Enebo
Priority: Minor
{{jruby --ng-server}} doesn't currently check the {{NAILGUN_PORT}} environment
variable:
{noformat}
$ export NAILGUN_PORT=55555
$ jruby --ng-server
NGServer started on all interfaces, port 2113.
{noformat}
This is a low-priority request, since there's a workaround:
{noformat}
$ jruby --ng-server 55555
NGServer started on all interfaces, port 55555.
{noformat}
The {{jruby --ng}} client _does_ check this environment variable. It would be
nice if both the client and the server supported the same mechanism for
specifying the port.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email