You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/08/03 04:34:22 UTC

cvs commit: jakarta-tomcat/src/etc server.xml

costin      01/08/02 19:34:22

  Modified:    src/etc  server.xml
  Log:
  Moved the loader and trusted loader at beginning, it's the first thing that needs
  initiated.
  
  Changed to modules/
  
  Added the missing module ( commented out ).
  
  Revision  Changes    Path
  1.85      +9 -6      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- server.xml	2001/07/19 17:36:15	1.84
  +++ server.xml	2001/08/03 02:34:22	1.85
  @@ -10,6 +10,9 @@
       <ContextManager debug="0" workDir="work" >
   
         <!-- ==================== Global modules ==================== -->
  +        <LoaderInterceptor11  useApplicationLoader="true" />
  +
  +        <TrustedLoader />
   
           <LogSetter name="tc_log" timestamps="true"
   		   verbosityLevel="INFORMATION"  />
  @@ -22,10 +25,10 @@
           <!-- Separated Context -->
           <ContextXmlReader config="conf/apps.xml" />
   
  -        <AutoDeploy source="internal" target="internal" 
  +        <AutoDeploy source="modules" target="modules" 
   		    redeploy="true" />
   
  -        <AutoWebApp dir="internal" host="DEFAULT" trusted="true"/>
  +        <AutoWebApp dir="modules" host="DEFAULT" trusted="true"/>
   
           <AutoDeploy source="webapps" target="webapps" />
   
  @@ -58,10 +61,6 @@
   		   path="logs/jasper-${yyyyMMdd}.log" 
   		   verbosityLevel = "INFORMATION"  />
   
  -        <LoaderInterceptor11  useApplicationLoader="true" />
  -
  -        <TrustedLoader />
  -
           <WebXmlReader validate="true" />
   
           <ErrorHandler showDebugInfo="true" />
  @@ -160,6 +159,10 @@
   		      noRoot="false" />
             -->
   
  +         <!-- Uncoment for apache-style logs 
  +              Attributes: logFile, flush, format
  +        <AccessLogInterceptor/>
  +          -->
         <!-- ==================== Connectors ==================== -->
   
          <!-- new http adapter. Attributes: