Export the portal EAR file
To configure WSRP security using WS-Security token authentication, start by exporting the portal EAR file, wps.ear. For a cluster environment, export from the Network Deployment machine.Before starting, verify:
- The administrative server of the WebSphere Application Server has been started:
- If the portal runs in a base application server node, verify the administration server is running. The default name is server1.
- If the portal runs in a Network Deployment (ND) cell, verify the dmgr (DM) and all node agents are running.
- You are logged in using the WAS admin user ID.
Export the portal EAR file (wps.ear)For a standalone server...
cd PROFILE_ROOT/bin
For a cluster environment, from the ND host...
cd DMGR_PROFILE/bin
Export the wps.ear file to a temporary directory...
./wsadmin.sh -user admin_user_id -password foo -c '$AdminApp export wps /tmp/wps.ear'
Parent: Secure WSRP by WS-Security for a Producer portal
Next: Import the portal EAR file into an assembly tool