[
http://jira.jboss.com/jira/browse/JBAS-3360?page=all ]
Dimitris Andreadis closed JBAS-3360.
------------------------------------
Fix Version/s: JBossAS-5.0.0.Beta
JBossAS-4.0.5.CR1
JBossAS-3.2.8.SP2
Resolution: Done
Assignee: Dimitris Andreadis
Start and Stop commands can be overriden now.
They are also renamed to:
JBOSS_CMD_START
JBOSS_CMD_STOP
to make it more evident.
No ability to override CMD_STOP in
JBOSS_HOME/bin/jboss_init_redhat.sh
----------------------------------------------------------------------
Key: JBAS-3360
URL:
http://jira.jboss.com/jira/browse/JBAS-3360
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-4.0.4.GA
Environment: Ubuntu
Reporter: Jon Stevens
Assigned To: Dimitris Andreadis
Fix For: JBossAS-5.0.0.Beta, JBossAS-4.0.5.CR1, JBossAS-3.2.8.SP2
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.
--
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