在weblogic服务器启动时禁止密码提示(suppress password prompt on weblogic server startup)

编程入门 行业动态 更新时间:2024-10-15 22:27:35
在weblogic服务器启动时禁止密码提示(suppress password prompt on weblogic server startup)

我们如何在weblogic服务器启动时禁止密码提示? 启动weblogic服务器的生产模式时会出现密码提示。 此时用户应输入weblogic服务器的用户名和密码。

所以它给出了问题

重新启动服务器时自动启动weblogic。 执行wlst命令。

How do we suppress password prompt on weblogic server startup?. The password prompt comes while starting production mode of weblogic server. At this time user should enter the username and password of weblogic server.

So it is giving problem on

automatic start weblogic when server is rebooted. to execute wlst command .

最满意答案

如果您不使用nodemanager启动服务器:

使用以下内容在$ domain_home / security / boot.properties中创建名为boot.properties的文件 username=weblogic password=welcome1 立即启动服务器,它将自动从该文件中提取用户名/密码。 服务器还将加密文件。 参考

如果您使用nodemanager启动服务器:

您需要将服务器注册到nodemanager,并且将在$ domain_home / servers / server_name / data / nodemanager /中自动创建boot.properties文件。 参考

If you are not using nodemanager to startup the servers:

Create a file named boot.properties at $domain_home/security/boot.properties with the following content username=<USERNAME> password=<PASSWORD> Start the server now and it will automatically pickup the username/password from this file. The server will also encrypt the file. Reference

If you are using nodemanager to startup the servers:

You need to enroll the server to the nodemanager and the boot.properties file will be automatically created at $domain_home/servers/server_name/data/nodemanager/ Reference

更多推荐

本文发布于:2023-08-05 03:22:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1424968.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:启动时   提示   密码   服务器   weblogic

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!