


#Apache tomcat 7.0.42 full
The full Tomcat server profile (aka server.xml) to use.The full JVM profile (java options) to run the Tomcat instance.All additions to the layout (libraries, drivers, etc.).The Tomcat layout (core Tomcat installable) to use.Particularly each Tomcat instance specifies: tomcat202 (tomcat instance): runs the customer care war (lighter config), and the backend war.Īs an overview, the configuration file shown below includes all machines and all Tomcat instances for each one.tomcat201 (tomcat instance): runs the customer facing war.tomcat102 (tomcat instance): runs the customer care war (lighter config).tomcat101 (tomcat instance): runs the customer facing war.The following example grid.xml configuration file, the main configuration file considers a Tomcat Grid with four instances in two machines: All extra configuration, such as libraries, installables, web applications, hooks, etc are referenced on the configuration file but are stored in the standard file system locations as described above. +- : Tomcat installation for the instance +- instances : Contains all the local Tomcat instances : Replicated copy of the "deployables" dir of the Manager | +- agent.xml : Agent data file (includes agent id, agent_home, etc.) The Agent directory structure contains the agent application, the grid and agent configurations, all deployables, and all the local Tomcat instances: +- : A release version (autogenerated or specified) | +- apache-activemq-4.1.0.jar : A library +- libraries : Uploaded libraries (ready to install) | +- tomcat-8.0.21-core.tgz : A Tomcat layout (installable) | +- tomcat-8.0.13-core.tgz : A Tomcat layout (installable) | +- tomcat-8.0.13.tgz : A Tomcat layout (installable) +- layouts : Layouts (Tomcat installables) dir +- deployables : Contains installables and releases files | +- grid.bat : CLI Manager script (can also start/stop the Web Manager) | +- grid.sh : CLI Manager script (can also start/stop the Web Manager)
