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/07/26 23:24:57 UTC

svn commit: r225401 - in /myfaces/forrest/trunk/content/xdocs: docs/tomcat55.xml site.xml tomcat.xml

Author: schof
Date: Tue Jul 26 14:24:52 2005
New Revision: 225401

URL: http://svn.apache.org/viewcvs?rev=225401&view=rev
Log:
Added Tomcat docs to website (took the Tomcat 4.x and 5.5.x instructions that Bill wrote and consolidated into a single page)

Added:
    myfaces/forrest/trunk/content/xdocs/tomcat.xml
Modified:
    myfaces/forrest/trunk/content/xdocs/docs/tomcat55.xml
    myfaces/forrest/trunk/content/xdocs/site.xml

Modified: myfaces/forrest/trunk/content/xdocs/docs/tomcat55.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/docs/tomcat55.xml?rev=225401&r1=225400&r2=225401&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/docs/tomcat55.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/docs/tomcat55.xml Tue Jul 26 14:24:52 2005
@@ -15,7 +15,7 @@
       
       <ul>
         <li>If your are using the binary version of MyFaces: MyFaces is packaged so that it works with Tomcat5.0.x so the <code>WEB-INF/lib/jsp-2.0.jar</code> and <code>WEB-INF/lib/commons-el.jar</code> JAR files must be removed from your WAR files (including the examples).</li>
-		<li>If you are building from source: If you want to build MyFaces from scratch to work with Tomcat 5.5.x, you have to set the property <code>tomcat.pre.5.5.version</code> in the <code>$MYFACES_HOME/build/build.default.properties</code> file to the value <code>false</code>.</li>
+        <li>If you are building from source: If you want to build MyFaces from scratch to work with Tomcat 5.5.x, you have to set the property <code>tomcat.pre.5.5.version</code> in the <code>$MYFACES_HOME/build/build.default.properties</code> file to the value <code>false</code>.</li>
       </ul>
       <ul>
         <li>We hope this helps, if not please contact the user list at <link href="mailto:users@myfaces.apache.org">MyFaces</link>!</li>

Modified: myfaces/forrest/trunk/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/site.xml?rev=225401&r1=225400&r2=225401&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/site.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/site.xml Tue Jul 26 14:24:52 2005
@@ -37,6 +37,7 @@
         <javadoc label="Javadoc" href="javadoc.html"/>
         <faq label="Wiki" href="http://wiki.apache.org/myfaces"/>
         <started label="Compatibility" href="compatibility.html"/>
+        <tomcat label="Tomcat Configuration" href="tomcat.html"/>
     </documentation>
 
     <download label="Download">

Added: myfaces/forrest/trunk/content/xdocs/tomcat.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/tomcat.xml?rev=225401&view=auto
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/tomcat.xml (added)
+++ myfaces/forrest/trunk/content/xdocs/tomcat.xml Tue Jul 26 14:24:52 2005
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Apache Tomcat Configuration</title>
+</header>
+
+<body>
+
+<section>
+    <title>Tomcat 5.5.x</title>
+    <p>Some users have reported problems when using MyFaces wtth Tomcat5.5.x. Here is a short guide that will hopefully help you not run into the same problems :-)</p>
+    <ul>
+        <li>If your are using the binary version of MyFaces: MyFaces is packaged so that it works with Tomcat5.0.x so the <code>WEB-INF/lib/jsp-2.0.jar</code> and <code>WEB-INF/lib/commons-el.jar</code> JAR files must be removed from your WAR files (including the examples).</li>
+        <li>If you are building from source: If you want to build MyFaces from scratch to work with Tomcat 5.5.x, you have to set the property <code>tomcat.pre.5.5.version</code> in the <code>$MYFACES_HOME/build/build.default.properties</code> file to the value <code>false</code>.</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>
+
+<section>
+    <title>Tomcat 4.x</title>
+
+    <p>MyFaces has a dependency on some of the classes in the JSP2.0 spec. As a result applications based on MyFaces will not run without the inclusion of the jsp-2.0.jar file in the <code>WEB-INF/lib</code> directory of your <code>.war</code> file.</p>
+    <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>
+    
+<footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2005, Apache Software Foundation
+	</legal>
+</footer>
+
+</document>