When starting JBoss from the command line, you don't need to provide a username or password. However, if your JBoss installation *is* password protected, you do need to provide that password to shut it down.
The IDE also uses some JMX code in order to ask the server if it's up yet. This also requires a username / password if your JMXConsole is password protected. In order to provide the username / password (currently), you need to double-click on your chosen server, then click "edit launch configuration", and then to both the Stop Args and Twiddle Args tabs, add a username and password. For shutdown, the syntax is -u user -p pass, or --user=user --password=pass For twiddle, the arguments are exactly the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081371#4081371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081371 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
