Signing In to a Non-Default Portal
To sign in to a portal other than the default, use a URL such as: http://portalserver/psp/ps/MY_PORTAL?cmd=login.
To create a sign-in page that signs in to a non-default portal, change signon.html like this:
<meta HTTP-EQUIV='Refresh' CONTENT='1; URL=../psp/ps/MY_PORTAL/?cmd=login'>If you are a portal administrator and want to sign in to a database to work with PeopleTools-specific menus, replace the existing portal name with the site template name in the URL to make sure that you are administering your local PeopleTools menu and not inadvertently altering the database. Replace this:
http://../psp/ps/EMPLOYEE/
Instead, use this:
http://../psp/ps/PS_SITETEMPLATE