-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.4.GA
-
None
-
None
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.