Hi,

Can you suggest about getting rid of these mails of Apache.I tried the un-subscribe given at the bottom,to no avail.

Arvind



 

>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: cvs commit: jakarta-tomcat/src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml server.xml server1.xml
>Date: 10 Feb 2001 16:53:15 -0000
>
>costin 01/02/10 08:53:15
>
> Modified: src/etc server.xml
> Added: src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml
> Removed: src/etc server1.xml
> Log:
> Use the new syntax in the default server.xml.
>
> Separate files for context definitions. ( again, everything that worked before
> is till working, the only difference is that you have a simpler syntax
> and you don't have to change server.xml and add your applications
> every time you upgrade - the app files are separated )
>
> Revision Changes Path
> 1.70 +72 -181 jakarta-tomcat/src/etc/server.xml
>
> Index: server.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
> retrieving revision 1.69
> retrieving revision 1.70
> diff -u -r1.69 -r1.70
> --- server.xml 2001/02/07 04:23:57 1.69
> +++ server.xml 2001/02/10 16:53:15 1.70
> @@ -14,130 +14,78 @@
> -->
>
>
> -
> +
>
> -
> - > - className="org.apache.tomcat.modules.config.LogSetter"
> - verbosityLevel = "INFORMATION" />
> -
> - > - className="org.apache.tomcat.modules.config.LogSetter"
> - path="logs/servlet-${yyyyMMdd}.log"
> - verbosityLevel = "INFORMATION" />
> -
> - > - className="org.apache.tomcat.modules.config.LogSetter"
> - path="logs/jasper-${yyyyMMdd}.log"
> - verbosityLevel = "INFORMATION" />
> + > + verbosityLevel="INFORMATION" />
>
> -
> +
>
> - > - className="org.apache.tomcat.modules.config.ContextXmlReader" />
> +
> +
>
> - > - className="org.apache.tomcat.modules.config.AutoDeploy" />
> +
> +
>
> - > - className="org.apache.tomcat.modules.config.AutoWebApp" />
> +
>
> -
> +
>
> - > - className="org.apache.tomcat.facade.WebXmlReader" />
> + > + policyFile="conf/tomcat.policy" />
>
> - > - className="org.apache.tomcat.modules.config.PolicyLoader" />
> +
>
> -
> - > - className="org.apache.tomcat.modules.config.LoaderInterceptor11"
> - useApplicationLoader="true" />
> -
> - > - className="org.apache.tomcat.modules.generators.ErrorHandler" />
> -
> - > - className="org.apache.tomcat.modules.config.WorkDirSetup" />
> -
> -
> -
> - > - className="org.apache.tomcat.modules.session.SessionId" />
> +
>
> -