CW Web Application Directory Structure
CW is composed of several different web applications. The directory structure for the CW web applications follows the J2EE standard for web application directory:
Each CW web application contains the following directories/files: WEB-INF/web.xml, WEB-INF/lib, WEB-INF/classes
- Web.xml (the web application deployment descriptor ) contains configuration information for the web application including session timeouts and listener class loading.