Html Frames Are Lost - Novell ACCESS MANAGER 3.1 SP2 - ACCESS GATEWAY GUIDE 2010 Manual

Access gateway guide
Hide thumbs Also See for ACCESS MANAGER 3.1 SP2 - ACCESS GATEWAY GUIDE 2010:
Table of Contents

Advertisement

Section 7.3.6, "Unable to View Contents of Mail When Outlook Web Access Is Protected by
the Access Gateway," on page 218
Section 7.3.7, "Redirection Issue with Internet Explorer 7," on page 218

7.3.1 HTML Frames Are Lost

When a protected resource on an Access Gateway includes pages with multiple frames, the page
displays incorrectly under the following conditions:
The user's session times out, the user is redirected to the login page, and the user successfully
reauthenticates.
The user logs out, and the logout page redirects the user to a page with multiple frames.
Under these conditions, only the top frame of the page is displayed. To correct this problem:
1 Create a custom login page for the protected resource.
This can be as simple as creating a copy of the
information on customizing the login page, see
in the
Novell Access Manager 3.1 SP2 Identity Server
2 Copy the custom login page to the JSP directory of the Identity Server.
Linux:
/var/opt/novell/tomcat5/webapps/nidp/jsp
Windows:
C:\Program Files\Novell\Tomcat\webapps\nidp\jsp
3 Modify the
top.jsp
3a Locate the following lines in the
<!--
top.location.href='<%=url%>';
-->
3b Replace these lines with the following:
<!--
location.href='<%=url%>';
-->
4 (Conditional) If the Identity Server belongs to a cluster, copy the modified
custom login page to each Identity Server in the cluster.
5 Add two property values to the method that creates the contract for the protected resource.
If multiple protected resources are using the contract, you can create a custom method and
contract rather than modifying the existing method. For information on this process, see
"Configuring Authentication
Novell Access Manager 3.1 SP2 Identity Server
5a In the Administration Console, click Devices > Identity Servers > Edit > Methods.
5b Click the name of the method that is used by the contract for the protected resource.
5c In the Properties section, click New, then specify the following values:
Property Name: MainJSP
Property Value: true
5d Click OK.
5e In the Properties section, click New, then specify the following values:
file in the JSP directory.
top.jsp
Methods" and
"Configuring Authentication
file and renaming it. For more
nipd.jsp
"Customizing the Identity Server Login
Guide.
file:
Guide.
Troubleshooting the Access Gateway Appliance 215
Page"
file and the
top.jsp
Contracts" in the

Advertisement

Table of Contents
loading

Table of Contents