TOC PREV NEXT INDEX




Building and Deploying timezone5


To run timezone5, navigate to the <icefaces-install-dir>/tutorial/timezone5 directory and type:

ant install
 

or, to run using MyFaces, type:

ant -f build_myfaces.xml install
 

This should compile the source code, generate a .war file with all the required resources, and deploy it to a running Tomcat server. To interact with the application, point your web browser at the following URL, making adjustments for your environment as required.

http://localhost:8080/timezone5/timezone.iface
 

This version of TimeZone has the same functionality as timezone4, but should look completely different. Styles have been applied to the application through the stylesheet, which use images located in the web/images folder. With the finishing touches applied, the application is now ready to be presented to the world.

For more information on this tutorial or other ICEsoft products, visit our Technical Support page at:

http://www.icesoft.com/support/index.html
 



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX