blob: f9403b4ba5a97ac091bd6a92d67a59e807006536 [file] [log] [blame]
Click Quick Start Application
=============================
The structure of this web application is detailed below:
+---[lib] Build time JAR libs directory
|
+---[src] Java source files directory
|
+---[webapp] Web application root directory
| |
| +---[admin] Admin role pages directory
| |
| +---[assets] Web static assets directory
| |
| +---[META-INF] Tomcat context.xml directory
| |
| +---[user] User role pages directory
| |
| +---[WEB-INF] Protected Web Inf directory
| |
| +---[classes] Compile classes output directory
| |
| +---click.xml Click configuration file
| |
| +---menu.xml Menu configuration file
| |
| +---web.xml Web configuration file
|
+---build.xml Ant build script file
|
+---README.txt Read Me description file
To build the application WAR file using the Ant command:
ant build