yoavs       2003/08/18 17:17:03

  Modified:    catalina/src/conf web.xml
  Log:
  Removed logVerbosityLevel doc and init-param from JSP Servlet,
  as they're no longer used.  Closing bug 22494.  BTW, should we change the DTD of 
web.xml to 2.4?
  
  Revision  Changes    Path
  1.24      +1 -11     jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- web.xml   6 Aug 2003 20:17:59 -0000       1.23
  +++ web.xml   19 Aug 2003 00:17:03 -0000      1.24
  @@ -114,7 +114,7 @@
     <!--                       if a JSP page needs to be recompiled. [300]    -->
     <!--                                                                      -->
     <!--   compiler            Which compiler Ant should use to compile JSP   -->
  -  <!--                       pages.  See the Ant documenation for more      -->
  +  <!--                       pages.  See the Ant documentation for more     -->
     <!--                       information. [javac]                           -->
     <!--                                                                      -->
     <!--   classdebuginfo      Should the class file be compiled with         -->
  @@ -144,12 +144,6 @@
     <!--   keepgenerated       Should we keep the generated Java source code  -->
     <!--                       for each page instead of deleting it? [true]   -->
     <!--                                                                      -->
  -  <!--   logVerbosityLevel   The level of detailed messages to be produced  -->
  -  <!--                       by this servlet.  Increasing levels cause the  -->
  -  <!--                       generation of more messages.  Valid values are -->
  -  <!--                       FATAL, ERROR, WARNING, INFORMATION, and DEBUG. -->
  -  <!--                       [WARNING]                                      -->
  -  <!--                                                                      -->
     <!--   mappedfile          Should we generate static content with one     -->
     <!--                       print statement per input line, to ease        -->
     <!--                       debugging?  [false]                            -->
  @@ -182,10 +176,6 @@
       <servlet>
           <servlet-name>jsp</servlet-name>
           <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
  -        <init-param>
  -            <param-name>logVerbosityLevel</param-name>
  -            <param-value>WARNING</param-value>
  -        </init-param>
           <init-param>
               <param-name>fork</param-name>
               <param-value>false</param-value>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to