|
WebWork comes with various related tools included in the webwork jar file. You can access these tools by simply
unpacking the WebWork distribution and running java -jar webwork.jar. WebWork will automatically include all
jars in the same directory as the webwork.jar file as well as all jars in the lib directory. This means you
can invoke these tools either from within the standard directory structure found in the WebWork distribution, or from
within your WEB-INF/lib directory.
You can access the help information for these tools by simply running the jar without any arguments.
author: plightbo author: tmjee version: $Date: 2007-04-12 14:06:48 +0200 (Do, 12 Apr 2007) $ $Id: Main.java 2895 2007-04-12 12:06:48Z tm_jee $ |