I removed my login portlet by mistake and now cannot login to view the wps admin console. Can this be accessed through the WAS console?
Websphere portal server - Accessing portal admin through the WAS console
629 Views Asked by Ethan Grimes At
2
There are 2 best solutions below
0
On
One easy solution is login with query parameter as per below:
http://server:port/wps/portal/cxml/04_SD9ePMtCP1I800I_KydQvyHFUBADPmuQy?userid=userid&password=password
Example:
http://myportalserver.example.com:10039/wps/portal/cxml/04_SD9ePMtCP1I800I_KydQvyHFUBADPmuQy?userid=wpsadmin&password=wpsadmin
Further you can just map the portlet again to page from Administration. Hope this will help you.
Assuming you just removed the portlet from the page, the easiest way to add it back to the page would be to export the login page from a different portal if available and import using xmlaccess command line. If another portal isn't available, you could export the current portal Login page using xmlaccess command line, manually edit the xml file to add the portlet and import using xmlaccess command line.
Here is the login page export from a default portal installation:
You can use command similar to the below to import:
Another solution would be to login to a Virtual portal if you have one available on that same portal and then switch the url to the base portal.
Hope that helps.