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 2007/02/01 19:52:56 UTC

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

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

The comment on the change is:
Oracle App Server 10.1.3.1.0 instructions.

------------------------------------------------------------------------------
  So far only the link to "Sample 1" fails with a 500 ... to be investigated.
  
  == Oracle Application Server Containers for J2EE 10g (10.1.2.0.0) ==
+ [#OAS10.1.2.0.0 permlink]
  [[Anchor(OAS10.1.2.0.0)]]
+ 
  In order to deploy my MyFaces (post-1.1.1 nightlies) and facelets (1.0) applications from  the following step were needed:
  
   1. Create an OC4J instance.
@@ -220, +222 @@

  
  So far only the link to "Sample 1" and "Sample 2" fails with a 500 ... to be investigated.
  
+ == Oracle Application Server Containers for J2EE 10g (10.1.3.1.0) ==
+ [#OAS10.1.3.1.0 permlink]
+ [[Anchor(OAS10.1.3.1.0)]]
+ 
+ In order to deploy my MyFaces core 1.1.4, a Tomahawk 1.1.5 nightly from 2006-08-18, and facelets 1.1.11 applications from  the following step were needed:
+ 
+  1. Create an OC4J instance.
+  2. Deploy your application.ear
+  3. In Deployment step 3, edit deployment plan.
+  4. Choose "Edit Libraries"
+  5. Set path to "../../../../jlib/commons-el.jar"
+  6. Complete deployment.  Note that you can save the deployment plan at this point and upload it with your ear file for future application deployments.
+ 
  == Other Containers ==
  
   * Some containers do not support registering listeners in tld files, such as Jetty 5.1.2 and earlier.  For these containers, you must register the listener in the web.xml file, between the <filter-mapping> and <servlet> tags.