I'm using IBM WebSphere Portal, and what is the difference between /wps/portal
and /wps/myportal
in IBM WebSphere Portal?
Asked
Active
Viewed 1,215 times
4

Mike
- 14,010
- 29
- 101
- 161

Saa Satyam
- 71
- 1
- 5
1 Answers
6
/wps/portal
is for anonymous context and is used for public resources, whereas /wps/myportal
is used for authenticated and authorized resources.

Mubin
- 4,192
- 3
- 26
- 45
-
4It's also worth noting that, in the OOTB configuration, navigating to /wps/portal when you're logged in will log you out. – Nick Roth Jun 24 '13 at 15:26