Search code examples
portalwebsphere-portal

How to deploy and access portlet using IBM portal server


I have a Portlet that I know works and deployed successfully about 3 years ago. Now someone has asked for a change and I've totally forgotten how to deploy it for development on my local machine.

I have a local copy of IBM Portal server and have exported the portlet as a war file and deployed inside IBM Portal Server like so.

Go to http://mymachine:10038/wps/portal/. Under Portal Management
Select portlets.

enter image description here

I then selected Web Modules and installed my way file successfully.
Now it appears under the Portlets tab...

enter image description here

So far so good. But I am stuck now on how to hit my Portal application in the browser. How do I actually get to the Portlet url?

thanks


Solution

  • 1) Build portlet as .war file

    2) In portal Administration go to Web Modules

    3) Lookup installed portlet and press Update or Instal button if new portlet application

    4) Go to Manage Pages and create empty page or select existing page

    5) Press pen button to select and put portlet on the page

    6) Open the page and you should see your portlet