You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/08/11 16:19:40 UTC

svn commit: r231467 - /myfaces/forrest/trunk/content/xdocs/tomcat.xml

Author: schof
Date: Thu Aug 11 07:19:37 2005
New Revision: 231467

URL: http://svn.apache.org/viewcvs?rev=231467&view=rev
Log:
added instructions for using global myfaces jars in tomcat

Modified:
    myfaces/forrest/trunk/content/xdocs/tomcat.xml

Modified: myfaces/forrest/trunk/content/xdocs/tomcat.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/tomcat.xml?rev=231467&r1=231466&r2=231467&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/tomcat.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/tomcat.xml Thu Aug 11 07:19:37 2005
@@ -27,6 +27,16 @@
 
 </section>
 
+<section>
+    <title>Configuring MyFaces/Tomahawk to be available for all applications in Tomcat </title>
+    <ul>
+        <li>Place the relevant myfaces jars in <code>$TOMCAT_HOME/shared/lib</code>.</li>
+        <li>Place the following supporting jars in <code>$TOMCAT_HOME/shared/lib</code>: commons-beanutils.jar, commons-codec.jar, 
+            commons-digester.jar and commons-fileupload.jar.
+        </li>
+    </ul>
+    <p>We hope this helps, if not please contact the user list at <link href="mailto:users@myfaces.apache.org">MyFaces</link>!</p>
+</section>
 
 </body>