如何在websphere中制作个人资料模板?

发布于 2024-10-14 01:55:31 字数 76 浏览 2 评论 0原文

我知道我们可以使用 config_builder 脚本非常轻松地在 weblogic 中制作域模板。 websphere中有类似的东西吗?

I am aware that we can make templates of domains in weblogic very easily using config_builder script. Is there a similar thing in websphere?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

朕就是辣么酷 2024-10-21 01:55:31

我对 WebLogic 一无所知,但是 WebSphere 的修复包 9 添加了一些您可能会觉得有用的东西。将 GenerateTemplatesPortablePropertiesFile 选项设置为 true 的 wsadmin 命令 AdminTask.extractConfigProperties 将生成一个可移植、可编辑的文件,可传输到另一个单元。 AdminTask.applyConfigProperties 用于读取编辑的输出并将属性应用到新的单元、服务器等。我还没有在受控沙箱环境之外尝试过此操作;所以,我不确定会有什么陷阱等待着你。但如果您有大量服务器需要构建,那么可能值得您花时间进行一些实验。

这是 IBM 文档< /a> 关于这个主题。

I know nothing about WebLogic, but fix pack 9 for WebSphere added something you may find useful. The wsadmin command AdminTask.extractConfigProperties with GenerateTemplates and PortablePropertiesFile options set to true will generate a portable, editable file transferable to another cell. AdminTask.applyConfigProperties is used to read your edited output and apply the properties to a new cell, server, etc. I haven't tried this yet outside of a controlled sandbox environment; so, I'm not sure what pitfalls may await you. But if you have a ton of servers to build, it may be worth your time to do some experimentation.

Here's the IBM doc on the topic.

爱冒险 2024-10-21 01:55:31

据我所知,我不认为有这样的能力。

您可以使用默认产品附带的配置文件来开始创建服务器并按照您想要的方式配置它们。

然后可以将这些服务器用作构建其他服务器的模板。

我不确定这是否对您有帮助,但我想我会指出这一点。

曼鲁

As far as i know i don't think there is such a capability.

You can use the default product shipped profiles to start with and create the servers and configure them the way you want.

These servers can then be used as a template to build other servers.

I am not sure if this helps you but i thought i would point this out.

Manglu

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文