costin 2002/06/06 23:43:47 Modified: src/etc modules.xml Log: Add the module definition. Revision Changes Path 1.15 +2 -0 jakarta-tomcat/src/etc/modules.xml Index: modules.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/etc/modules.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- modules.xml 9 Apr 2002 19:34:20 -0000 1.14 +++ modules.xml 7 Jun 2002 06:43:47 -0000 1.15 @@ -13,6 +13,8 @@ <module name="PolicyLoader" javaClass="org.apache.tomcat.modules.config.PolicyLoader"/> +<module name="MxInterceptor" javaClass="org.apache.tomcat.modules.config.MxInterceptor"/> + <module name="AutoWebApp" javaClass="org.apache.tomcat.modules.config.AutoWebApp"/> <module name="Http10Interceptor" javaClass="org.apache.tomcat.modules.server.Http10Interceptor"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>