我正在使用JBoss 4.x应用程序服务器。我正在尝试登录需要身份验证的JMX控制台。 我提供的用户名和密码为“admin”,但仍然以HTTP 401形式提供。
以下条目出现在我的jmx-console-users.properties文件
中# A sample users.properties file for use with the UsersRolesLoginModule admin=JBossAdmin.
答案 0 :(得分:0)
我假设这一行的最后一部分实际上是一行:
# A sample users.properties file for use with the UsersRolesLoginModule
admin=JBossAdmin
如果是这种情况,则用户名为admin
,密码为JBossAdmin
。如果不是,则表示该文件不包含任何用户名/密码。只需创建一个类似于我上面提到的那一行。此外,请向我保证,您不会将admin
作为密码。