costin      2003/03/17 11:12:24

  Modified:    catalina/src/conf server.xml
  Log:
  Match the service and engine names.
  
  Use "Catalina" - /admin hardcodes this name ( this is a temp workaround to
  get the admin kind-of-working so the rest of the things can be tested )
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- server.xml        8 Dec 2002 07:23:05 -0000       1.13
  +++ server.xml        17 Mar 2003 19:12:24 -0000      1.14
  @@ -60,7 +60,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
  @@ -135,7 +135,7 @@
       --> 
            
       <!-- 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to