You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/05/03 23:55:14 UTC

cvs commit: jakarta-tomcat-5/resources/confinstall server_1.xml server_2.xml

remm        2003/05/03 14:55:14

  Modified:    resources/confinstall server_1.xml server_2.xml
  Log:
  - Update service and engine names.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-5/resources/confinstall/server_1.xml
  
  Index: server_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- server_1.xml	11 Aug 2002 13:50:54 -0000	1.3
  +++ server_1.xml	3 May 2003 21:55:13 -0000	1.4
  @@ -54,7 +54,7 @@
      -->
   
     <!-- Define the Tomcat Stand-Alone Service -->
  -  <Service name="Tomcat-Standalone">
  +  <Service name="Catalina">
   
       <!-- A "Connector" represents an endpoint by which requests are received
            and responses are returned.  Each Connector passes requests on to the
  
  
  
  1.9       +1 -1      jakarta-tomcat-5/resources/confinstall/server_2.xml
  
  Index: server_2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_2.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- server_2.xml	5 Dec 2002 16:03:06 -0000	1.8
  +++ server_2.xml	3 May 2003 21:55:13 -0000	1.9
  @@ -40,7 +40,7 @@
            on to the appropriate Host (virtual host). -->
   
       <!-- Define the top level container in our container hierarchy -->
  -    <Engine name="Standalone" defaultHost="localhost" debug="0">
  +    <Engine name="Catalina" defaultHost="localhost" debug="0">
   
         <!-- The request dumper valve dumps useful debugging information about
              the request headers and cookies that were received, and the response
  
  
  

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