ICEfaces Deployment Instructions for SUN Glassfish V2
- To build the web application archive (WAR) for Sun Glassfish V2, run the following ANT command under the sample application folder that you want to deploy (e.g. component-showcase):
ant -Djsf12="" -Dserverjsf="" or ant build.facelet.war -Djsf12="" -Dserverjsf="" (for component-showcase facelets version only)
- The exact following list of jar files should appear inside built war file.
- icefaces-comps.jar
- icefaces.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
|