costin      01/06/08 17:15:50

  Modified:    src/etc  modules.xml
  Log:
  Added ProfileLoader definition.
  
  Added JasperInterceptor34 definition ( will not be used unless the
  user replaces <JspInterceptor> with <JspInterceptor34> )
  
  Revision  Changes    Path
  1.6       +54 -0     jakarta-tomcat/src/etc/modules.xml
  
  Index: modules.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/modules.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- modules.xml       2001/05/26 18:07:59     1.5
  +++ modules.xml       2001/06/09 00:15:50     1.6
  @@ -499,6 +499,54 @@
   <addContext/>
   </module>
   
  +<module name="JspInterceptor34" 
javaClass="org.apache.jasper34.tomcat33.JspInterceptor">
  +<category name="facade"/>
  +<doc>Not yet</doc>
  +<attribute name="keepGenerated">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="largeFile">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="mappedFile">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="sendErrToClient">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="iEClassId">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="classPath">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="scratchdir">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="jspCompilerPath">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="jspCompilerPlugin">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="classDebugInfo">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="property">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="useJspServlet">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="jspServlet">
  +<doc>Not yet</doc>
  +</attribute>
  +<attribute name="javaCompiler">
  +<doc>Not yet</doc>
  +</attribute>
  +<addContext/>
  +</module>
  +
   
   <module name="Servlet22Interceptor" 
javaClass="org.apache.tomcat.facade.Servlet22Interceptor">
   <category name="facade"/>
  @@ -509,6 +557,12 @@
   
   <module name="LoadOnStartupInterceptor" 
javaClass="org.apache.tomcat.facade.LoadOnStartupInterceptor">
   <category name="facade"/>
  +<doc>Not yet</doc>
  +</module>
  +
  +<module name="ProfileLoader" 
  +     javaClass="org.apache.tomcat.modules.config.ProfileLoader">
  +<category name="config"/>
   <doc>Not yet</doc>
   </module>
   
  
  
  

Reply via email to