Bugs item #625340, was opened at 2002-10-18 12:59
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=625340&group_id=22866

Category: JBossServer
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vladyslav Kosulin (kosulin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Shutdown imposible if http is disabled

Initial Comment:
org.jboss.Shutdown.shutdown(host, port) uses http as
hardcoded protocol to shutdown the server through
jmx-console.
As a result if HTTP is disabled, shutdown is impossible
using shutdown.sh.

----------------------------------------------------------------------

>Comment By: Vladyslav Kosulin (kosulin)
Date: 2002-10-18 13:01

Message:
Logged In: YES 
user_id=562186

The fix proposed is simple: use protocol name as additional
argument:

shutdown.sh localhost 8080 http
shutdown.sh localhost 8443 https

The protocol is the last argument because i do not want to
broke currently existing customer scripts.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=625340&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to