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/06/02 16:21:17 UTC

[Myfaces Wiki] Update of "Make it work with Orion application server" by RigelKentaurus

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

New page:
Installing myfaces in Orion

To make it work you need to do the following:

Copy to Orion/lib (NOTE: myfaces.jar is NOT in this list):
commons-beanutils-1.6.1.jar
commons-codec-1.2.jar
commons-collections-3.0.jar
commons-digester-1.5.jar
commons-el.jar
commons-fileupload-1.0.jar
commons-logging.jar
commons-validator.jar
jakarta-oro.jar
jsp-2.0.jar
jstl.jar
myfaces-extensions.jar
myfaces-jsf-api.jar
standard-1.0.jar

And make sure in your application.xml file you have the path:
<library path="../lib;" />

Setup a new webmodule or application, and copy into WEB-INF/lib:
myfaces.jar

After you load your new application in Orion you will get several INFO messages and should be able to use myfaces