Welcome to WebWork! Installation: ------------- 1) Deploy the webwork.war file in your application server. For Tomcat for example you would copy it into the following directory: \webapps\webwork.war The webwork.war web application contains a large number of examples for webwork, as well as documentation and all required jar files. If you need a very simple skeleton webapp for your own use, then unpack etc/skeleton-project.zip and run ant, then deploy it. 2) In your web browser point to the WebWork application by typing into the address area: http://yourdomain.com/webwork If you installed on your local machine and your application server is running on port 8080 this would be: http://localhost:8080/webwork Documentation: -------------- For on-line documentation visit: http://www.opensymphony.com/webwork/ http://wiki.opensymphony.com/space/WebWork For more help post an e-mail to "opensymphony-webwork@lists.sourceforge.net" Enjoy! Directory Structure: -------------------- README.txt : This file. CHANGES.txt : A list of all changes, new features, and bugfixes since the last release. webwork.war : Example webapp that exercises most of the webwork features. src : The webwork source tree. lib : The webwork core jar files. docs : Webwork documentation, including the manual, cookbook, and javadoc API. etc : Includes the skeleton project zip, a DTD for actions.xml, and an IDEA 3.x file template.