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):
- jstl.jar
- jsf-impl.jar
- jsf-api.jar
- icefaces-comps.jar
- icefaces.jar
- el-api.jar
- commons-logging.jar
- commons-fileupload.jar
- commons-el.jar
- commons-discovery.jar
- commons-digester.jar
- commons-collections.jar
- commons-beanutils.jar
- backport-util-concurrent.jar
- krysalis-jCharts-1.0.0-alpha-1.jar (component-showcase JSP & facelets only)
- el-ri.jar (component-showcase facelets version only)
- icefaces-facelets.jar (component-showcase facelets version only)
- Deploy the war file and start the sample application
|