Deploy a widget WAR file package to the portal
You can deploy a widget WAR file package directly to the portal.
To do this...
- Ensure that the portal sever is running.
- Deploy the widget WAR file package to WAS. Proceed as follows:
- Open the administrative console for the portal.
- Select Applications > Install New Application. Depending on your version of WAS, the options you click might look slightly different.
- Use the default settings for the individual steps, but select WebSphere_Portal as the target server mapping.
- After the WAR file is installed, take a note of the application name in the Name column in the list of enterprise applications.
- Run...
following
to register the WAR file:
ConfigEngine.sh|bat register-mashup-module -DApplicationName=appname -DWasPassword=password -DPortalAdminPwd=passwordAfter deploying the widget, you can make it available in the global toolbox as described in the topic about Configuration options for the mashups toolbox. To deregister the widget, run the following task:
ConfigEngine.sh|bat deregister-mashup-module -DApplicationName=appname -DWasPassword=password -DPortalAdminPwd=password
Parent topic:
Work with widgets
Related reference
Configuration options for the mashups toolbox