I found an answer to my problem. When specifing a -b <bind address> in the jboss_init_suse.sh script I need to specify that address when stopping as well by adding it to the end of the following line in the same script.
CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown -s <your.bind.address.here>" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861220#3861220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861220 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
