You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bd...@apache.org on 2005/06/02 06:14:00 UTC

svn commit: r179503 - /myfaces/trunk/src/documentation/content/xdocs/docs/tomcat4x.xml

Author: bdudney
Date: Wed Jun  1 21:13:59 2005
New Revision: 179503

URL: http://svn.apache.org/viewcvs?rev=179503&view=rev
Log:
doc update

Added:
    myfaces/trunk/src/documentation/content/xdocs/docs/tomcat4x.xml

Added: myfaces/trunk/src/documentation/content/xdocs/docs/tomcat4x.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/docs/tomcat4x.xml?rev=179503&view=auto
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/docs/tomcat4x.xml (added)
+++ myfaces/trunk/src/documentation/content/xdocs/docs/tomcat4x.xml Wed Jun  1 21:13:59 2005
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Apache MyFaces - MyFaces and Tomcat 4.x </title>
+</header>
+
+<body>
+
+<section>
+<title>Running MyFaces apps inside 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>