deploy java war file to IBM web sphere portal

筅森魡賤 提交于 2019-12-23 06:10:51

问题


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


回答1:


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/



回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/11225680/deploy-java-war-file-to-ibm-web-sphere-portal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!