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...@locus.apache.org on 2000/10/06 07:07:10 UTC

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

costin      00/10/05 22:07:10

  Modified:    src/etc  server.xml
  Log:
  Moved DefaultCMSetter on the first position.
  
  It will fix context manager and context paths ( we want to keep this
  separated - there are some arbitrary rules that can be changed with
  a new interceptor as oposed to hardcoded in core. We also like to
  open the door to non-filesystem based apps )
  
  Revision  Changes    Path
  1.48      +2 -2      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- server.xml	2000/09/29 04:11:47	1.47
  +++ server.xml	2000/10/06 05:07:06	1.48
  @@ -98,6 +98,8 @@
       <ContextManager debug="0" workDir="work" >
   
         <!-- ==================== Interceptors ==================== -->
  +        <ContextInterceptor 
  +            className="org.apache.tomcat.context.DefaultCMSetter" />
   
           <!-- 
            ContextInterceptor className="org.apache.tomcat.context.LogEvents" 
  @@ -122,8 +124,6 @@
           <ContextInterceptor 
               className="org.apache.tomcat.context.LoaderInterceptor11" />
   
  -        <ContextInterceptor 
  -            className="org.apache.tomcat.context.DefaultCMSetter" />
           <ContextInterceptor 
               className="org.apache.tomcat.context.WorkDirInterceptor" />