Support Home
Knowledge Base
Forums
Search
Developer's Guides
Open a Ticket
Privacy Policy

[773] IBM Websphere 6.0.2, 6.1    « Back to Category
Author: Tyler Johnson, Created on: Jul 16, 2007 9:26 AM
Keywords: ICEfaces, Websphere
Categories: ICEfaces App. Server Deployment Guides
Language: English


ICEfaces Deployment Instructions for IBM Websphere 6.0.2, 6.1


  1. Change the default classloader ordering:
    • WebSphere 6.0.2:
      1. In the Websphere admin console, go to Application -> Enterprise Applications
      2. Click on your application name
      3. Set "class loader mode" to "parent last"
      4. Set "WAR class loader policy" to "application"
      5. Click "Apply" and save master configuration

    • WebSphere 6.1:
      1. In the Websphere admin console, go to Application -> Enterprise Applications
      2. Click on your application name
      3. Click on "Class loading and update detection"
      4. Give some value for "Polling interval for updated files" as this is a required input
      5. Set "Class loader order" to "Classes loaded with application class loader first"
      6. Set "WAR class loader policy" to "Single class loader for application"
      7. Click "Apply" and save master configuration

  2. 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)

  3. 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)

  4. Deploy the war file and start the sample application




ICEsoft Home | Products | Customers | Partners | Purchase | Corporate Info | Support | Privacy Policy | Site Map