Bugs item #625340, was opened at 2002-10-18 10: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: Kyle VanderBeek (kylev)
Date: 2003-03-12 13:01

Message:
Logged In: YES 
user_id=51762

Also: shutdown is completely useless if you are running a
pure EJB server without a web container (jbossweb.sar
removed).  It'd be nice to be able to shut down jboss via
RMI or something non-web-ish.

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

Comment By: Vladyslav Kosulin (kosulin)
Date: 2002-10-18 11: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:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to