在 jython 中向 WebSphere 添加控制台用户
我需要使用 Jython 脚本将管理用户添加到 WebSphere 控制台。我尝试打开“记录命令辅助命令”首选项,但它没有记录添加用户。但它确实记录了其他内容。
我们设置了很多服务器,并尝试编写整个设置过程的脚本。
干杯, 康拉德
I need to add Administrative users to the WebSphere Console using a Jython script. I tried to turn on the "Log command assistance commands" preference, but it did not log adding a user. It did log other stuff though.
We setup alot of servers and are trying to script the entire setup process.
Cheers,
Konrad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有做管理用户,但是,我做了JAAS用户。按照脚本执行,它可能会为您提供足够的提示,告诉您如何执行此操作。
到目前为止,我遇到了问题,寻找要在哪里进行特定设置。因此,我在 wsadmin 工具中使用以下命令来检索当前配置。
您还可以检索服务器设置,然后在配置树中更深入地移动,而不是检索安全设置。
I haven't done the administrative user, however, I have done a JAAS user. Following the script, it might give you enough hints on how to do it.
I had problems so far, finding, where a specif setting is to be made. So I used following commands within wsadmin tool to retrieve the current configuration.
Instead of retrieving the security settings you can also retrieve the server settings and subsequently moving deeper in the configuration tree.