Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 92285 invoked from network); 12 Apr 2006 23:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 23:51:20 -0000 Received: (qmail 82490 invoked by uid 500); 12 Apr 2006 23:51:19 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 82407 invoked by uid 500); 12 Apr 2006 23:51:19 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 82394 invoked by uid 99); 12 Apr 2006 23:51:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 16:51:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 16:51:18 -0700 Received: from ajax.apache.org (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 64DC8D4A02 for ; Thu, 13 Apr 2006 00:50:57 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@myfaces.apache.org Date: Wed, 12 Apr 2006 23:50:57 -0000 Message-ID: <20060412235057.32166.62315@ajax.apache.org> Subject: [Myfaces Wiki] Update of "Installation and Configuration" by DonaldOakes X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification. The following page has been changed by DonaldOakes: http://wiki.apache.org/myfaces/Installation_and_Configuration ------------------------------------------------------------------------------ Add jsp-2.0.jar and servlet-api.jar (can be found in Tomcat 5.5.x share/lib) to classpath of server startup script (startWebLogic.sh/cmd) of WebLogic or include them in your war WEB-INF/lib servlet-api.jar is required if your server has no internet connection. The reason is when MyFaces lib parse web.xml file, it assumes that web-app_2_3.dtd is accessible locally as javax/servlet/web-app_2_3.dtd or directly on http://java.sun.com/dtd/web-app_2_3.dtd. WebLogic has not javax/servlet/web-app_2_3.dtd in it's lib + + Steps for getting Facelets working with MyFaces on WebLogic 8.1sp5: + * Start with a working myfaces-1.1.1 webapp deployed on WebLogic Server 8.1sp5. + * Copy the following three jar files from facelets-1.0.7 into your WEB-INF/lib directory: jsf-facelets.jar, el-api.jar, el-ri.jar. + * Add this to your web.xml: + + javax.faces.DEFAULT_SUFFIX + .xhtml + + * Add this to your faces-config.xml: + + + com.qwest.networx.cso.facelets.FaceletViewHandler + + + * IMPORTANT: Clean out your compiled class files, delete your WebLogic server cache directory (.wlnotdelete), and rebuild. + * If you want to use the tomahawk taglib, follow these instructions on the MyFaces wiki: http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk + == Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) == In order to deploy the simple.war from MyFaces 1.1.1 the following step were needed: