Imago Configuration Notes 

The complete configuration of Imago in a servlet container is beyond the scope of this documentation. This documentation assumes you understand how your servlet container (e.g. Tomcat or JBoss) works and how to deploy new applications within that container.

Imago uses four basic configuration files:
  1. imago.properties : The location and name of this file must be specified in the properties init-param for the servlet. An example can be found in the /webapps/imago/WEB-INF/web.xml file. This file defines the basic parameters of the servlet. In addition extension elements often require their configuration to be placed here as well.

  2. log4j.properties : The location and name of this file must be specified in the log.config init-param for the servlet. An example can be found in the /webapps/imago/WEB-INF/web.xml file. This file defines the logging properties for the servlet.

  3. ClientMap.xml : The location and name of this file is defined in the imago.properties file. It specifies how to map user-agent strings to client types.

  4. ProcessMap.xml : The location and name of this file is defined in the imago.properties file. It specifies how to transform requested XML documents into a format understood by the client.

Go to home page.