18.2.7 Layout of the webapp
WEB-INF
+ lib contains the kauri-runtime-servlet jar and all its dependencies
| (= mainly comes down to the Kauri Runtime and all its dependencies)
|
+ repository Maven-style repository, contains the jars of the modules listed in
| the wiring.xml, and their dependencies
|
+ confs
+ 1 Configuration directory.
+ kauri-auth.xml (optional)
+ web.xml
Previous