This document was published at:
http://support.icesoft.com/jive/entry.jspa?entryID=773&categoryID=80
IBM Websphere 6.0.2, 6.1
Author:
Tyler Johnson,
Created on:
Jul 16, 2007 9:26 AM
ICEfaces Deployment Instructions for IBM Websphere 6.0.2, 6.1
Change the default classloader ordering:
WebSphere 6.0.2:
In the Websphere admin console, go to Application -> Enterprise Applications
Click on your application name
Set "class loader mode" to "parent last"
Set "WAR class loader policy" to "application"
Click "Apply" and save master configuration
WebSphere 6.1:
In the Websphere admin console, go to Application -> Enterprise Applications
Click on your application name
Click on "Class loading and update detection"
Give some value for "Polling interval for updated files" as this is a required input
Set "Class loader order" to "Classes loaded with application class loader first"
Set "WAR class loader policy" to "Single class loader for application"
Click "Apply" and save master configuration
To build the sample apps. for IBM Websphere 6.0.2 or 6.1, run the following ANT command under the sample application folder that you want to deploy (e.g. component-showcase):
ant clean websphere6.0
or
ant clean facelet.websphere6.1 (for component-showcase facelets version only)
The exact following list of jar files should appear inside built war file (or be included in your project classpath):