[jboss-jira] [JBoss JIRA] Commented: (JBAS-5922) Allow shutdown.sh to still work if it passed a http(s) jndi url
Bob Shanahan (JIRA)
jira-events at lists.jboss.org
Mon Jul 6 14:00:51 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12475085#action_12475085 ]
Bob Shanahan commented on JBAS-5922:
------------------------------------
The JNDI url ends with JNDIFactory, not JNDIProxy, hence the shutdown command is
shutdown.sh -s http://localhost:8080/invoker/JNDIFactory -S
If using the 'nix service script, change the stop command to the following:
JBOSS_CMD_STOP=${JBOSS_CMD_STOP:-"java -classpath $JBOSSCP org.jboss.Shutdown -s http://localhost:8080/invoker/JNDIFactory
> Allow shutdown.sh to still work if it passed a http(s) jndi url
> ---------------------------------------------------------------
>
> Key: JBAS-5922
> URL: https://jira.jboss.org/jira/browse/JBAS-5922
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Management services
> Reporter: Adrian Brock
> Assignee: Adrian Brock
> Fix For: JBossAS-5.0.0.CR2
>
>
> If shutdown.sh|.bat is passed a http jndi url, e.g.
> http://localhost:8080/invoker/JNDIProxy
> then it should still be able to shutdown the server
> as long as it can obtain an MBeanServerConnection usable remotely.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list