Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-3360

No ability to override CMD_STOP in JBOSS_HOME/bin/jboss_init_redhat.sh

    XMLWordPrintable

Details

    Description

      The subject says it all:

      No ability to override CMD_STOP in JBOSS_HOME/bin/jboss_init_redhat.sh

      I would love to see something like this:

      < CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown"
      > CMD_STOP=${CMD_STOP:-"java -classpath $JBOSSCP org.jboss.Shutdown --shutdown"}

      I need to override this because I want to pass --server to the Shutdown class. So, another option would be to allow me to do that as well.

      Attachments

        Activity

          People

            dandread1@redhat.com Dimitrios Andreadis
            whichever Jon Stevens (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: