Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "TomcatGridDesign" page has been changed by theimpaler:
https://wiki.apache.org/tomcat/TomcatGridDesign?action=diff&rev1=1&rev2=2

  
  Considering the profiles are usually shared between instances (the customer 
facing profiles are probably identical for all customer facing instances), they 
are defined only once. Each instance references them, so they can be easily 
tuned on a single place instead of being copied all over the place.
  
- {{{
+ {{{#!python
  <?xml version="1.0"?>
  
  <!DOCTYPE tomcat-grid SYSTEM "http://tomcat.apache.org/tomcat/grid/grid.dtd";>
@@ -365, +365 @@

  === Agent configuration file ===
  The Agent configuration file contains minimal information needed to identify 
the local configuration from the general grid configuration file.
  
- {{{
+ {{{#!python
  <?xml version="1.0"?>
  
  <!DOCTYPE tomcat-grid-agent SYSTEM 
"http://tomcat.apache.org/tomcat/grid/agent.dtd";>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to