如何在 websphere Portal v7 中恢复管理员密码?
我忘记了以管理员身份进入 websphere 门户的密码。如何恢复密码?..请在此提供帮助
I have forgotten the password to enter the websphere portal as admin.How to recover the password?..PLease help in this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如何在 Websphere 6 或 7 中对密码进行编码
步骤 1:打开控制台并导航到包含“ws_runtime.jar”的文件夹。
使用搜索工具来查找它。
步骤 2:java -cp ws_runtime.jar com.ibm.ws.security.util.PasswordEncoder "password"
示例:
输入
输出
如何在 Websphere 6 或中解码您的密码7
第1步:找到并打开“security.xml”。它将是具有类似路径的文件夹,例如“runtime\..?..\PROFILE_ACCOUNT\...?..\workspace\..?..\”。
使用搜索工具来查找它。
步骤2:在“security.xml”中,找到“authDataEntries”标签,然后获取密码属性。
步骤 3:打开控制台并导航到包含“ws_runtime.jar”的文件夹。
使用搜索工具来查找它。
步骤 4:java -cp ws_runtime.jar com.ibm.ws.security.util.PasswordDecoder PASSWORD_ATTIBUTE
示例:
输入
输出
How to encode your password in Websphere 6 or 7
Step 1: Open up your console and navigate to the folder that contains "ws_runtime.jar".
Use a search tool to find it.
Step 2: java -cp ws_runtime.jar com.ibm.ws.security.util.PasswordEncoder "password"
Example:
Input
Output
How to decode your password in Websphere 6 or 7
Step 1: Location and open "security.xml". It will be folder with a similar path like so "runtime\..?..\PROFILE_ACCOUNT\...?..\workspace\..?..\".
Use a search tool to find it.
Step 2: In "security.xml", find the "authDataEntries" tag and then get the password attribute.
Step 3: Open up your console and navigate to the folder that contains "ws_runtime.jar".
Use a search tool to find it.
Step 4: java -cp ws_runtime.jar com.ibm.ws.security.util.PasswordDecoder PASSWORD_ATTIBUTE
Example:
Input
Output
请参阅以下技术说明:
忘记密码并且无法访问 WebSphere Application Server 管理控制台
See the following technote:
Forgot password and cannot access WebSphere Application Server administrative console
如何在文件注册表中重置管理员密码。也许你可以尝试这个。
How to reset the administrator's password in the file registry. May be you can try this.