ICEfaces Deployment Instructions for Weblogic 8.1, 9.2
- To build the web application archive (WAR) for Weblogic 8.1 and 9.2, run the following ANT command under the sample application folder that you want to deploy (e.g. component-showcase):
ant or ant build.facelet.war (for component-showcase facelets version only)
- The exact following list of jar files should appear inside built war file.
- xml-apis.jar
- xercesImpl.jar
- 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
|