deploy java war file to IBM web sphere portal

2019-06-14 17:04发布

I have java war file and i want deploy into IBM web sphere portal.

Kindly tell me steps to deploy java war file

Many Thanks

3条回答
我命由我不由天
2楼-- · 2019-06-14 17:26

Is that a WAR file with a portlet(s)?

Try this link: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Export_the_WAR_file_and_install_the_portlet_wp7 - step 2 onwards.

查看更多
祖国的老花朵
3楼-- · 2019-06-14 17:39

As suggested by Malcolm Smith in previous answer https://stackoverflow.com/a/11249364/762913, easiest way is to use the admin console (locally or on the deployment manager, if you have a network deployment).

One word of caution though - the "standard" license for Websphere Portal does not allow you to deploy non-portal/portlet applications. You have a license to run Websphere Portal, not a license for the Websphere Application Server (WAS) on itself. So if you are considering deploying a standalone application (web application, web service, whatever) onto a Websphere Portal installation, I would check your license carefully so that you actually have a license for WAS as well as Portal. Otherwise, if IBM audits your company and finds out, they may back-charge you for WAS licenses plus penalty, which is not cheap.

查看更多
不美不萌又怎样
4楼-- · 2019-06-14 17:50

Portal runs on top of a WAS instance - you can just use the WAS Admin console to install the WAR as you would on any standard WebSphere environment. The link to access your Admin Console is dependent on the host, the port that admin console is bound to and the version of WAS you are running - so I can't tell you what it is. On WAS7 + Portal it is typically something like:

https://myhost:10032/ibm/console/
查看更多
登录 后发表回答