IceFaces
From Resin 3.0
(Difference between revisions)
m (New page: == Step by Step (Deploying Ice Faces Component Showcase Application) == ''[Tested with Resin 3.2.1 and IceFaces 1.7.1]'' ===Deploying Calendar-Sample Application=== <ol> <li>Download Res...) |
m (→Step by Step (Deploying Ice Faces Component Showcase Application)) |
||
Line 1: | Line 1: | ||
− | == Step by Step (Deploying | + | == IceFaces == |
+ | == Step by Step (Deploying IceFaces Component Showcase Application) == | ||
''[Tested with Resin 3.2.1 and IceFaces 1.7.1]'' | ''[Tested with Resin 3.2.1 and IceFaces 1.7.1]'' |
Revision as of 20:41, 17 September 2008
Contents |
IceFaces
Step by Step (Deploying IceFaces Component Showcase Application)
[Tested with Resin 3.2.1 and IceFaces 1.7.1]
Deploying Calendar-Sample Application
- Download Resin from http://caucho.com/download
- Unzip Resin into /usr/local/share/resin
- Download IceFaces 1.7.1 from http://www.icefaces.org/main/home/index.jsp (a binary package will be needed)
- Extract files from the archive and change into directory that now contains the extracted download
- Create directory /usr/local/share/resin/webapps/cs
- Copy component-showcase.war file from ./icefaes/samples to /usr/local/share/resin/webapps/cs
- Extract the archive using jar -xf component-showcase.war and delete component-showcase.war file
- From the WEB-INF/lib directory delete the following files: jsf-api-1.2*.jar jsf-impl-1.2*.jar jstl.jar common-el.jar el-ri.jar
- cd into /usr/local/share/resin/bin directory and start Resin with ./httpd.sh
- Browse to http://localhost:8080/cs