Bugs item #837042, was opened at 2003-11-06 08:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=837042&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
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.

----------------------------------------------------------------------

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

Reply via email to