| Author |
How to enable login for virtual portal
|
|
|
| I have created a virtual portal, but I can't login to it using the login portlet of the virtual portal. ( I get there after pressing "log out" in the virtual portal)
The error is:
EJPAK0050E: Portlet login is disabled. Please use the login screen to log in.
Does anyone know how to enable portlet login for the virtual portal?
| |
|
| Sounds like you have enabled login via the screen and not the portlet. You can do one of two things:
1. modify the theme that your virtual portal is using to use the login via screen
2. modify the property file <wps_root>/shared/app/config/services/AuthenticationService.properties
and change the value to
authentication.screen.login = false
> I have created a virtual portal, but I can't login to
> it using the login portlet of the virtual portal. ( I
> get there after pressing "log out" in the virtual
> portal)
>
> The error is:
> EJPAK0050E: Portlet login is disabled. Please use the
> login screen to log in.
>
> Does anyone know how to enable portlet login for the
> virtual portal?
| |
|
| I modified the theme and now it works. Thanks!
| |
| andreiss 2005-10-24, 6:14 pm |
| We are using WebSphere Portal Server 5.1 in OS400 V5R3 and I am working on the look and feel of an application.
My application has eight context roots ( places ) and I include them into the themes folder.
Before I was working over 5.0 version, and this application worked correctly, if I included the login.jsp screen inside each one of the folder themes.
I have migrated the application to the 5.1.0.1. and it's not working. Now, it's loading always the first jsp corresponding to the first theme, even if I try to access other context root.
How can I customize the login.jsp screen with the 5.1.0.1. version ?
|
|
|
|