Author: mmcallis
Date: 2008-06-02 01:32:16 -0400 (Mon, 02 Jun 2008)
New Revision: 10896
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml
Log:
8.5. Configuration using the Portal Management Application
- minor content addition
- revising current content
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml 2008-06-02
05:28:47 UTC (rev 10895)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml 2008-06-02
05:32:16 UTC (rev 10896)
@@ -150,7 +150,7 @@
<sect2>
<title>Portal Policy Properties</title>
<para>
- A set of properties configure the the behavior of the portal policy. These properties
are only taken into account for objects that use the
<emphasis>portal</emphasis> type. The following table represents portal-policy
properties:
+ A set of properties configure the the behavior of the portal policy. These properties
are only taken into account for objects that use the
<emphasis>portal</emphasis> type. The following table represents possible
portal-policy properties:
</para>
<para>
<table frame="all">
@@ -243,7 +243,7 @@
<sect2>
<title>Page Policy Properties</title>
<para>
- A set of properties configure the the behavior of the page policy. These properties
are only taken into account for objects that use the
<emphasis>portal</emphasis> type. The following table represents page-policy
properties:
+ A set of properties configure the the behavior of the page policy. These properties
are only taken into account for objects that use the
<emphasis>portal</emphasis> type. The following table represents possible
page-policy properties:
</para>
<para>
<table frame="all">
@@ -345,7 +345,7 @@
<sect1>
<title>Handling Errors with JavaServer Pages (JSP)</title>
<para>
- As described in previous sections, error handling can be redirected to a JSP. Two
pages can be created to handle errors, one for the portal level, and the other for the
page level. Portal level error-handling requires a page that produces a full page, and
page-level handling requires a page that produces markup, but only for a window. When the
page is invoked, a set of request attributes are passed. The following table represents
request attributes:
+ As described in previous sections, error handling can be redirected to a JSP. Two
pages can be created to handle errors, one for the portal level, and the other for the
page level. Portal level error-handling requires a page that produces a full page, and
page-level handling requires a page that produces markup, but only for a window. When the
page is invoked, a set of request attributes are passed. The following table represents
possible request attributes:
</para>
<para>
<table frame="all">
@@ -390,13 +390,41 @@
<sect1>
<title>Configuration using the Portal Management Application</title>
<para>
- The Error handling policy can also be configured via the portal management
application. The functionality is
- available as part of the properties for each configuration level where it makes
sense: you can specify the
- default error handling policy (at the root of the portal object hierachy), for
each portal or each page by
- clicking on the Properties link on each of these pages. You can also specify how
dashboards should behave with
- respect to error handling by clicking on the Dashboards tab of the Portal
management application.
+ The error handling policy can be configured via the portal management
application. To access the portal management application:
</para>
- <para>Screenshot:
+ <para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Use a Web browser to navigate to <ulink
url="http://localhost:8080/portal" />.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click the <guibutton>Login</guibutton> button on the top right-hand
of the welcome page, and log in as the <option>admin</option> user.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click the <guibutton>Admin</guibutton> button on the top right-hand
of the welcome page. Four tabs will appear on the left-hand side of the screen. Click on
the <guibutton>Admin</guibutton> tab to open the portal management
application.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ <para>
+ The functionality is available as part of the properties for each configuration
level. You can specify the default error handling policy (at the root of the portal object
hierachy) for each portal. or each page by clicking on the
<guibutton>Properties</guibutton> button for each of these pages or portals:
+ </para>
+ <para>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/errorhandling/errorHandling_management.png" />
+ </imageobject>
+ </mediaobject>
+ </para>
+ <para>
+ As well, you can specify how dashboards should behave with respect to error
handling, by clicking on the <guibutton>Dashboards</guibutton> tab of the
portal management application:
+ </para>
+ <para>
<imageobject>
<imagedata fileref="images/errorhandling/errorHandlingUI.png"
format="png" align="center"/>
</imageobject>
Show replies by date