|
Building and Deploying timezone6
For the tutorial applications, we rely on Ant as a build tool and Tomcat 6 as the container to run the application. To build a .war file successfully, complete the following steps:
3. To compile the source code and generate a .war file with all the required resources, in the console, type:
ant
By default, the .war file created is for Tomcat 6. The .war file will be created in the dist directory at the root level of the application.
4. To deploy the .war file to Tomcat 6, copy the timezone6.war file into the Tomcat 6 webapps directory.
Copyright 2005-2009. ICEsoft Technologies, Inc. |