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 2006/05/22 22:49:34 UTC

[Myfaces Wiki] Update of "Websphere Installation" by JuanPabloAntequera

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

------------------------------------------------------------------------------
  classloader problems due to different versions of shared classes the package names are 
  different for impl and tomahawk. [[BR]]
  
+ 
+ 
+ = Websphere 6  Installation Guide (without removing IBM jars) =
+ 
+ 
+ ''This is a simple procedure to use MyFaces, TOMAHAWK (and even ADF Faces) on a Websphere 6 webapp just using its "PARENT_LAST" property. 
+ This procedure is being tested without any problem until now on a Websphere BASE 6.0.0.0 o0444.14''
+ 
+ == 1. Copy the MyFaces JSF jars and dependencies to WebApp lib ==
+ 
+ 
+ Copy jars to ${WebApp}/WEB-INF//lib dir
+ [[BR]]
+    '''MyFaces & Tomahawk'''
+    * myfaces-api-1.1.3.jar
+    * myfaces-impl-1.1.3.jar
+    * tomahawk-1.1.2.jar
+ [[BR]]
+    '''Commons''' ''(everything but commons-logging-1.0.4.jar)''
+    * commons-beanutils-1.7.0.jar
+    * commons-codec-1.3.jar
+    * commons-collections-3.1.jar
+    * commons-digester-1.6.jar
+    * commons-el-1.0.jar
+    * commons-lang-2.1.jar
+    * jstl-1.1.0.jar
+ [[BR]]
+    ''(Optional)'' '''Oracle ADF jars'''
+    * commons-beanutils-1.7.0.jar
+    * adf-faces-api-10_1_3_0_4.jar
+    * adf-faces-impl-10_1_3_0_4.jar
+    * adfshare-3549S.jar
+ [[BR]]
+    ''(Optional, to make Tiles work)'' '''Struts-Tiles dependencies'''
+    * struts.jar
+    * jakarta-oro.jar
+    * antlr.jar
+ 
+ == 2. Deploy web application on WAS  ==
+  
+ Use Classloader option "Parent last"
+