[jboss-jira] [JBoss JIRA] Created: (JBAS-4046) jboss_init_redhat.sh has no easy way of undefining the -b option in startup

Jon Stevens (JIRA) jira-events at jboss.com
Thu Feb 1 14:04:19 EST 2007


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


>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