Author: mmcallis
Date: 2008-04-18 22:00:15 -0400 (Fri, 18 Apr 2008)
New Revision: 10651
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.3.2. Portlet Debugging (jboss-portal.sar/conf/config.xml)
6.3.3. Log in to Dashboard
- minor revisions, small additions...
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-04-19
00:41:34 UTC (rev 10650)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-04-19
02:00:15 UTC (rev 10651)
@@ -1666,18 +1666,21 @@
</screen>
</para>
<para>
- For these parameters, accepted values are
<computeroutput>show</computeroutput> and
<computeroutput>hide</computeroutput>. Depending on the setting, and the
actual error, either an error message is displayed, or a full stack trace within the
portlet window occurs. Additionally, the
<computeroutput>core.render.window_error</computeroutput> property only
supports the <computeroutput>message_only</computeroutput> value. The
<computeroutput>message_only</computeroutput> value will only display an error
message, whereas the <computeroutput>show</computeroutput> value will, if
available, display the full stack trace.
+ For these parameters, accepted values are
<computeroutput>show</computeroutput> and
<computeroutput>hide</computeroutput>. Depending on the setting, and the
actual error, either an error message is displayed, or a full stack trace within the
portlet window occurs. Additionally, the
<computeroutput>core.render.window_error</computeroutput> property supports
the <computeroutput>message_only</computeroutput> value. The
<computeroutput>message_only</computeroutput> value will only display an error
message, whereas the <computeroutput>show</computeroutput> value will, if
available, display the full stack trace.
</para>
</sect2>
<sect2>
- <title>Login to dashboard</title>
+ <title>Log in to Dashboard</title>
<para>
- By default, when a user logs in, she is forwarded to the default page of the
default portal. In order to
- forward her to her dashboard, it is possible to set in the file
<emphasis>jboss-portal.sar/conf/config.xml</emphasis>:
- <programlisting><![CDATA[<!-- Namespace to use when logging-in,
use "dashboard" to directly
- log-in the dashboard otherwise use "default" -->
+ By default, when a user logs in, they are forwarded to the default page of
the default portal. In order to
+ forward a user to their Dashboard, in the
<filename>jboss-portal.sar/conf/config.xml</filename> file, set the
<computeroutput>core.login.namespace</computeroutput> value to
<computeroutput>dashboard</computeroutput>:
+ </para>
+ <para>
+<screen><![CDATA[
+<!-- Namespace to use when logging-in, use "dashboard" to directly
+log-in the dashboard otherwise use "default" -->
<entry key="core.login.namespace">dashboard</entry>
-]]></programlisting>
+]]></screen>
</para>
</sect2>
</sect1>
Show replies by date