Each application project is represented by a subdirectory of the web application's directory inside the Application Designer installation. If you stick to the default installation and you create an application project "appxyz", the application project directory is:
<installdir>/tomcat/webapps/cis/appxyz/
The application project directory itself is subdivided into several other directories:
Directory | Description |
---|---|
accesspath/ | This is where access restriction files are stored. |
appclasses/classes | This is where the class loader looks for *.class files. |
appclasses/lib | This is where the class loader looks for *.jar files. |
/multilanguage | This is where the multi language management looks for its files. |
/xml | This is where the XML layout definitions are stored. |
HTML files (e.g. generated intelligent HTML pages) are stored directly in the application project directory.