Bugs item #837042, was opened at 2003-11-06 08:52
Message generated for change (Comment added) made by rmontag
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=837042&group_id=22866
Category: JBossServer
Group: v3.2
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Rainer Montag (rmontag)
Assigned to: Nobody/Anonymous (nobody)
Summary: "run.sh -b <ip>" doesn't work
Initial Comment:
In JBoss 3.2.2 a new option for setting the jboss bind
address was introduced:
-b, --host=<host or ip> Bind address for all
JBoss services
run.sh --host=<ip> works, but
run.sh -b <ip> doesn't.
Reason:
In the class Main.java, method processCommandLine() the
String sopts seems to miss the new option:
String sopts = "-:hD:p:n:c:Vj:L:C:P:";
Should be
String sopts = "-:hD:p:n:c:Vj:L:C:P:b:";
(the "b" is missing). The rest of the code has the
handling for the new option (setting a system property
for the bind address).
Sorry if this bug was already submitted.
----------------------------------------------------------------------
>Comment By: Rainer Montag (rmontag)
Date: 2003-11-06 10:17
Message:
Logged In: YES
user_id=902444
Sorry for duplicate insert.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=837042&group_id=22866
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development