|
Home > Archive > WebSphere Portal Server > January 2004 > https does not show up, when i click login button on portal page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
https does not show up, when i click login button on portal page
|
|
|
|
| Oliver Meyer 2004-01-19, 2:56 pm |
| Faheem,
unfortunately, you did not write which Portal Server version you are
using. Assuming you have 4.2, you have to do the following:
Go to <PortalServer>/app/wps.ear/wps.war/themes/html/ToolBarInclude.jsp
Following entry exists for the login button:
<a class="wpsToolBarLink" href='<wps:url home="public" screen="Login"
ssl="false"/>'><wps:text key="link.login" bundle="nls.engine"/></a>
All you have to do, is to change 'ssl="false"' to 'ssl="true"'.
Afterwards, you have to follow the instructions on top of
ToolBarInclude.jsp:
" NOTE: If you change this file, you must "touch" the version of
Default.jsp which includes it to see your changes. You can do this by
editing Default.jsp and saving it.
Default.jsp uses the @include JSP directive which compiles this file
into the servlet for Default.jsp."
You probably have to stop/start the Portal Server for the changes to
become effective.
Oliver
Faheem Altaf wrote:quote:
>
> Hi,
>
> I want the 3 part to goto https ? is there a way, that as soon i click on
> login screen, it takes me to https login page ??
>
> Currently this is what happens
>
> 1. http://<hostname>/wps/portal
> 2. click on login
> 3. http://hostname/wps/portal/.scr/Login
> 4. enter user id and password
> 5. Security Alert, certificates comes up , Click Yes
> 6. https://hostname/wps/myportal/.scr/LoggedIn
|
|
|
|
|