WAS 8.5.5 ND 中 "wsInstallApp" ant 目标支持的选项
Options supported by "wsInstallApp" ant target in WAS 8.5.5 ND
"wsInstallApp" ant 目标具有名为 "options" 的 属性。该目标支持哪些选项?我找不到关于那个的 ant 信息。
这不是直接的答案,而是根据以下页面上的信息综合得出的:
- wsInstallApp javadoc - 说:
This task is a wrapper for the AdminApp.install() command of the
wsadmin tool. Refer to the wsadmin documentation for information on
the valid options available during application installation.
- AdminApp.install options list
由于列表很长,我没有在此处附上所有选项。
PS。不幸的是,它缺少您在 中需要的 edition
选项。 :)
"wsInstallApp" ant 目标具有名为 "options" 的 属性。该目标支持哪些选项?我找不到关于那个的 ant 信息。
这不是直接的答案,而是根据以下页面上的信息综合得出的:
- wsInstallApp javadoc - 说:
This task is a wrapper for the AdminApp.install() command of the wsadmin tool. Refer to the wsadmin documentation for information on the valid options available during application installation.
- AdminApp.install options list
由于列表很长,我没有在此处附上所有选项。
PS。不幸的是,它缺少您在 edition
选项。 :)