Author: thomas.heute(a)jboss.com
Date: 2007-05-16 08:23:53 -0400 (Wed, 16 May 2007)
New Revision: 7260
Modified:
docs/trunk/referenceGuide/en/modules/xmldescriptors.xml
Log:
Documentation about logging-in the dashboard
Modified: docs/trunk/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
--- docs/trunk/referenceGuide/en/modules/xmldescriptors.xml 2007-05-16 12:14:25 UTC (rev
7259)
+++ docs/trunk/referenceGuide/en/modules/xmldescriptors.xml 2007-05-16 12:23:53 UTC (rev
7260)
@@ -1359,22 +1359,21 @@
<title>Portlet Debugging (jboss-portal.sar/conf/config.xml)</title>
<para>
By default, JBoss Portal ships with all errors set to display. You can
fine-tune this behaviour by modifying
- the file,
+ some properties in the file,
<emphasis>jboss-portal.sar/conf/config.xml</emphasis>
:
<programlisting><![CDATA[
-<properties>
- <!-- When a window has restrictedaccess : show or hide values are permitted -->
- <entry key="core.render.window_access_denied">show</entry>
- <!-- When a window is unavailable : show or hide values are permitted -->
- <entry key="core.render.window_unavailable">show</entry>
- <!-- When a window produces an error : show, hide or message_only values are
permitted -->
- <entry key="core.render.window_error">message_only</entry>
- <!-- When a window produces an internal error : show, hide are permitted -->
- <entry key="core.render.window_internal_error">show</entry>
- <!-- When a window is not found : show or hide values are permitted -->
- <entry key="core.render.window_not_found">show</entry>
-</properties>]]></programlisting>
+<!-- When a window has restrictedaccess : show or hide values are permitted -->
+<entry key="core.render.window_access_denied">show</entry>
+<!-- When a window is unavailable : show or hide values are permitted -->
+<entry key="core.render.window_unavailable">show</entry>
+<!-- When a window produces an error : show, hide or message_only values are permitted
-->
+<entry key="core.render.window_error">message_only</entry>
+<!-- When a window produces an internal error : show, hide are permitted -->
+<entry key="core.render.window_internal_error">show</entry>
+<!-- When a window is not found : show or hide values are permitted -->
+<entry key="core.render.window_not_found">show</entry>
+]]></programlisting>
Either
<emphasis>show</emphasis>
or
@@ -1390,6 +1389,17 @@
will display the full stack trace if it is available.
</para>
</sect2>
+ <sect2>
+ <title>Login 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" -->
+<entry key="core.login.namespace">dashboard</entry>
+]]></programlisting>
+ </para>
+ </sect2>
</sect1>
<sect1 id="desc_examples">
<title>Descriptor Examples</title>
Show replies by date