[jboss-jira] [JBoss JIRA] Closed: (JBAS-4046) jboss_init_redhat.sh has no easy way of undefining the -b option in startup
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Feb 28 06:33:39 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-4046?page=all ]
Dimitris Andreadis closed JBAS-4046.
------------------------------------
Resolution: Duplicate Issue
Assignee: Dimitris Andreadis
Duplicate of JBAS-4041
> jboss_init_redhat.sh has no easy way of undefining the -b option in startup
> ---------------------------------------------------------------------------
>
> Key: JBAS-4046
> URL: http://jira.jboss.com/jira/browse/JBAS-4046
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Other
> Affects Versions: JBossAS-4.0.5.GA
> Reporter: Jon Stevens
> Assigned To: Dimitris Andreadis
>
> From the jboss_init_redhat.sh script...
> #bind address for jboss services, by default bind to *all* NICs
> JBOSS_HOST=${JBOSS_HOST:-"0.0.0.0"}
> #define the script to use to start jboss
> JBOSSSH=${JBOSSSH:-"$JBOSS_HOME/bin/run.sh -c $JBOSS_CONF -b $JBOSS_HOST"}
> Now, if I comment out JBOSS_HOST, then when JBOSSSH is defined, then it will end with -b and it will be empty. I'm trying to setup clustering, so I need to do that.
> It would be nice if all I had to do was comment out JBOSS_HOST. Right now, I have to comment out JBOSS_HOST and modify JBOSSSH. That's not a nice solution.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list