You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/01/01 22:40:50 UTC

svn commit: r360554 [3/3] - in /myfaces/build/trunk: ./ src/site/ src/site/apt/ src/site/fml/ src/site/resources/ src/site/resources/css/ src/site/resources/images/ src/site/resources/images/javaone2005/ src/site/resources/images/javaone2005/cometogeth...

Propchange: myfaces/build/trunk/src/site/xdoc/svn.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/build/trunk/src/site/xdoc/svn.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/build/trunk/src/site/xdoc/tomcat.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/src/site/xdoc/tomcat.xml?rev=360554&view=auto
==============================================================================
--- myfaces/build/trunk/src/site/xdoc/tomcat.xml (added)
+++ myfaces/build/trunk/src/site/xdoc/tomcat.xml Sun Jan  1 13:39:19 2006
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+      
+        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
+      
+    <document>
+
+<body>
+
+<section name="Tomcat 5.5.x">
+    
+    <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 <a href="mailto:users@myfaces.apache.org">MyFaces</a>!</p>
+</section>
+
+<section name="Tomcat 4.x">
+    
+
+    <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 <a href="mailto:users@myfaces.apache.org">MyFaces</a>.</p>
+
+</section>
+
+<section name="Configuring MyFaces/Tomahawk to be available for all applications in Tomcat ">
+    
+    <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 <a href="mailto:users@myfaces.apache.org">MyFaces</a>!</p>
+</section>
+
+</body>
+    
+
+
+</document>
\ No newline at end of file

Propchange: myfaces/build/trunk/src/site/xdoc/tomcat.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/build/trunk/src/site/xdoc/tomcat.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/build/trunk/src/site/xdoc/xdoc.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/src/site/xdoc/xdoc.xml?rev=360554&view=auto
==============================================================================
--- myfaces/build/trunk/src/site/xdoc/xdoc.xml (added)
+++ myfaces/build/trunk/src/site/xdoc/xdoc.xml Sun Jan  1 13:39:19 2006
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
+<document>
+  <header>
+    <title>Apache MyFaces</title>
+  </header>
+  <body>
+    <section>
+      <title>Welcome to The MyFaces Project</title>
+      <p>This is the official homepage of the first free open source
+          JavaServer(tm) Faces implementation called "Apache MyFaces".</p>
+    </section>
+    <section>
+      <title>What is JavaServer(tm) Faces?</title>
+      <p>
+          JavaServer(tm) Faces is a new and upcoming web application framework
+        that accomplishes the MVC paradigm. It is comparable to the well-known
+        <link href="http://struts.apache.org/">Struts Framework</link> but has features
+        and concepts that are beyond those of Struts; especially the component orientation.
+        Look at <link href="http://java.sun.com/j2ee/javaserverfaces/">Sun's JavaServer(tm)
+        Page</link> to learn more about the
+        <link href="http://www.jcp.org/en/jsr/detail?id=127">Java Specification Request 127
+        </link> and to download the specification. You can also find a useful Tutorial there!
+      </p>
+    </section>
+    <section>
+      <title>Jumpstart into Apache MyFaces</title>
+      <p>
+          Make sure to have a look at our examples - you can find a working
+          distribution at <link href="http://www.irian.at/open_source.jsf">
+          http://www.irian.at/open_source.jsf</link>.
+          Find instructions on installing them yourselves in our 'Getting Started' section.
+          If you can't find information you need on these pages, make sure you
+          also go to our WIKI at <link href="http://wiki.apache.org/myfaces">
+          http://wiki.apache.org/myfaces</link>
+      </p>
+    </section>
+
+    <section>
+      <title>October 27, 2005 - MyFaces 1.1.1 has been released.</title>
+      <p>
+            MyFaces 1.1.1 has been officially released.  This is a minor patch release that fixes a few of the 
+            major problems with the previous release.
+      </p>
+    </section>
+    
+    <section>
+      <title>October 18, 2005 - MyFaces 1.1.1 RC3 is now available.</title>
+      <p>
+            Please help us test the release candidate before the upcoming official release.  You can download the RC
+            <link href="http://cvs.apache.org/builds/myfaces/release/">here</link>.  Please file any isssues 
+            you find in JIRA and be sure to report them against version 1.1.1.
+      </p>
+    </section>
+
+    <section>
+        <title>Resources</title>
+        <p>If you are new to JavaServer Faces Technology look at the following resources to become familar with JSF:</p>
+        <ul>
+            <li><link href="http://www.jsfcentral.com/">JSFCentral</link></li>
+            <li><link href="http://www.jamesholmes.com/JavaServerFaces/">James Holmes' JSF Resources</link></li>
+            <li><link href="http://wiki.apache.org/myfaces/UsefulLinks">Additional links in the WIKI</link></li>
+        </ul>
+    </section>
+
+  </body>
+</document>
+

Propchange: myfaces/build/trunk/src/site/xdoc/xdoc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/build/trunk/src/site/xdoc/xdoc.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL