How to install ear in local web sphere (automatica

2019-09-20 04:06发布

I am looking for automatic Ear deployment for WAS6 application. Is there any default scripts provided by WAS6? If Yes, Please provide me script names and please explain me, how to use that. It would be great help for me.

If there is no default scripts available to deploy ear, How to proceed to write script.

Please do needful.

Thanks in Advance

1条回答
何必那么认真
2楼-- · 2019-09-20 04:30

WebSphere Application Server provides a scripting tool, wsadmin, that may be used for automating the deployment of applications. See this Info Center document for more details.

AdminApp.install('/ears/application1.ear', '[-cluster cluster1]')

Also, for more general help in writing scripts using wsadmin, here are some other helpful resources:

查看更多
登录 后发表回答