TOC PREV NEXT INDEX

Tomcat


Java web applications require an appropriate JEE runtime environment. ICEfaces applications require support for servlets and JavaServer Pages (JSP). Tomcat is a popular choice for this type of development because the ICEfaces code has been extensively tested on Tomcat.

Tomcat is available from the Apache Jakarta Project at:

http://jakarta.apache.org/tomcat/

Download and install Tomcat 6 according to the instructions provided with the software. Although it is possible to run ICEfaces applications in any standard JEE container, all the instructions provided in this guide refer to Tomcat. In addition, the default ant build for the sample applications targets Tomcat 6.

Once Tomcat is successfully installed, follow the instructions to start the server. This will differ depending on what platform you are using.



Copyright 2005-2009. ICEsoft Technologies, Inc.
TOC PREV NEXT INDEX