Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: credentials extended

...

No Format
org.apache.servicemix.jbi.jmx.JaasAuthenticator.authenticate(JaasAuthenticator.java:73) 

you may need to deactivate credentials or use have not provided the required username and password (default: smx / smx (default values for suer and password) to log in. The configuration is in the . These credentials are configurated in /conf/jmx.xml, and the default one delegates and can be deactivated (search in jmx.xml for Comment the following lines to disable JAAS authentication for jmx) which of course poses the usual security issues (no protection at all). The default setting is to delegate the credentials to JAAS, which is configured in conf/login.properties. The first module uses useing the two properties file at /conf/groups.properties and conf/users-credentials.properties and conf/users-passwords.properties

Using JConsole

The Java-2 Platform, Standard Edition (J2SE) 5.0 release includes a JMX monitoring tool, JConsole. JConsole monitors applications running on the Java platform and provides information on their performance and resource consumption. Please see Sun's documentation for more information on using this tool. Please see the following sections for instructions on configuring and using JConsole with ServiceMix.

...