loading table of contents...

3.1. Structure of Content Server Installation

When you install the Content Server into the servlet container, it will have the following file structure:

coremedia.war
 `-WEB-INF
   |-classes
   |-config
   | `-contentserver
   |   |-doctypes
   |   `-spring
   |-lib
   |-properties
   | `-corem
   |-application.properties
   |-application.xml
   `-logback.xml

      

Example 3.1. Structure of the Content Server web application


The config directory contains the Spring configuration and the content type definitions. The properties/corem directory contains the main configuration. The application.xml adds the site model to the Content Server.

For detailed information about the architecure of CoreMedia applications, please have a look at Section 4.1.3, “Application Architecture” in CoreMedia Digital Experience Platform 8 Developer Manual.

Section 4.3.8, “Managing Properties in the Workspace” in CoreMedia Digital Experience Platform 8 Developer Manual describes how properties can be overriden.