Tomcat"

From Documentation
Line 25: Line 25:
  
 
If you are new to Java IDE, you might take a look at [[ZK_Installation_Guide/Setting_up_IDE/Eclipse_with_ZK_Studio|Setting up Eclipse with ZK Studio]].
 
If you are new to Java IDE, you might take a look at [[ZK_Installation_Guide/Setting_up_IDE/Eclipse_with_ZK_Studio|Setting up Eclipse with ZK Studio]].
 
=Notice=
 
Deploy war file to Tomcat is very easy but there're something you need to know
 
*Tomcat will unzip the war file to <u>filename\</u> directory automatically
 
*You can ''NOT'' modify the content of <u>filename\</u> directory unless you remove the war file, or your modification will not work.
 
*For more information about Tomcat's deployer, please refer to http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html
 
  
 
=Version History=
 
=Version History=

Revision as of 11:26, 24 September 2010


Install Tomcat

  1. Visit Tomcat Official Site
  2. Select the correct binary distribution for your environment and download

Deploy

Deploy ZK demo application(optional)

The simplest way to test drive ZK existed application is to download and install the ZK demo application.

This step is optional. You could skip it if you prefer to start creating your own application directly.

  1. Download lastest zkdemo at http://sourceforge.net/projects/zk1/files/ZK/ (e.g. zk-demo-5.0.4.zip)
  2. Unzip zk-demo-5.0.4.zip
  3. Copy zkdemo.war under the zk-demo-5.0.4 directory to $TOMCAT_HOME/webapps.
  4. Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
  5. Visit http://localhost:8080/zkdemo, and then play around with the demo application

Deploy your application with IDE

When developing an application, we usually use IDE to deploy it. For more information, please refer to the document of your IDE.

If you are new to Java IDE, you might take a look at Setting up Eclipse with ZK Studio.

Version History

Last Update: 2010/09/24

Version Date Content
     



Last Update : 2010/09/24

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.