从命令行 [Windows] 将 EAR 文件部署到 WAS 8.5
Deploy EAR file to WAS 8.5 from command line [Windows]
我需要部署位于 windows 本地驱动器中的 EAR 文件。我知道,我们可以通过 wsadmin 来实现。
但不清楚整个过程。我需要在这个命令中指定节点名吗
这是我到目前为止尝试过的:-
wsadmin install "c://apps/test.ear"
使用这样的东西:
wsadmin -c "$AdminApp install c:/path/to/app {-usedefaultbindings}"
-usedefaultbindings
选项只是众多选项之一。有关更多选项,请参阅知识中心的 Options for the AdminApp object install, installInteractive, edit, editInteractive, update, and updateInteractive commands using wsadmin scripting 主题。
我需要部署位于 windows 本地驱动器中的 EAR 文件。我知道,我们可以通过 wsadmin 来实现。
但不清楚整个过程。我需要在这个命令中指定节点名吗
这是我到目前为止尝试过的:-
wsadmin install "c://apps/test.ear"
使用这样的东西:
wsadmin -c "$AdminApp install c:/path/to/app {-usedefaultbindings}"
-usedefaultbindings
选项只是众多选项之一。有关更多选项,请参阅知识中心的 Options for the AdminApp object install, installInteractive, edit, editInteractive, update, and updateInteractive commands using wsadmin scripting 主题。