[richfaces-svn-commits] JBoss Rich Faces SVN: r11988 - trunk/docs/faq/en/src/main/docbook/module.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 23 06:06:46 EST 2008
Author: cluts
Date: 2008-12-23 06:06:46 -0500 (Tue, 23 Dec 2008)
New Revision: 11988
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
RF-5176 - the new section has been added
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-12-23 11:05:40 UTC (rev 11987)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-12-23 11:06:46 UTC (rev 11988)
@@ -2741,4 +2741,16 @@
</itemizedlist>
</para>
</section>
+ <section id="OnJBossServer">
+ <title>How to launch the RichFaces sample on the JBoss server </title>
+ <para>
+ In order to launch the RichFaces sample application on the JBoss server you necessary to add the following code to your web.xml:
+ </para>
+ <programlisting role="XML"><![CDATA[...
+<context-param>
+ <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
+ <param-value>true</param-value>
+</context-param>
+...]]></programlisting>
+ </section>
</chapter>
More information about the richfaces-svn-commits
mailing list