You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/24 12:07:46 UTC

[Myfaces Wiki] Update of "Installation and Configuration" by lehuy

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 lehuy:
http://wiki.apache.org/myfaces/Installation_and_Configuration

------------------------------------------------------------------------------
  
   * ["Tomcat 5.5.9 configuration"]
  
+ == BEA WebLogic 8.1 ==
+ 
+ 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 assume 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 inludes javax/servlet/web-app_2_3.dtd in it's lib
+ 
  
  == MyFaces with Sun JSF RI ==