Author: timw
Date: Fri Oct  8 08:11:24 2010
New Revision: 1005722

URL: http://svn.apache.org/viewvc?rev=1005722&view=rev
Log:
Minor fixes to DefaultServlet docs

Modified:
    tomcat/trunk/webapps/docs/default-servlet.xml

Modified: tomcat/trunk/webapps/docs/default-servlet.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/default-servlet.xml?rev=1005722&r1=1005721&r2=1005722&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/default-servlet.xml (original)
+++ tomcat/trunk/webapps/docs/default-servlet.xml Fri Oct  8 08:11:24 2010
@@ -54,7 +54,7 @@ By default here is it's declaration:
         </init-param>
         <init-param>
             <param-name>listings</param-name>
-            <param-value>true</param-value>
+            <param-value>false</param-value>
         </init-param>
         <load-on-startup>1</load-on-startup>
     </servlet>
@@ -69,7 +69,7 @@ By default here is it's declaration:
 </source>
 
 So by default, the default servlet is loaded at webapp startup and
-directory listings are enabled and debugging is turned off.
+directory listings are disabled and debugging is turned off.
 </section>
 
 <section anchor="change" name="What can I change?">
@@ -81,7 +81,7 @@ The DefaultServlet allows the following 
     <td valign='top'>
         Debugging level. It is not very useful unless you are a tomcat
         developer. As
-        of this writing, useful values are 0, 1, 11, 1000.
+        of this writing, useful values are 0, 1, 11, 1000. [0]
     </td>
   </tr>
   <tr>
@@ -89,7 +89,7 @@ The DefaultServlet allows the following 
     <td valign='top'>
         If no welcome file is present, can a directory listing be
         shown?
-        value may be <b>true</b> or <b>false</b>
+        value may be <b>true</b> or <b>false</b> [false]
         <br />
         Welcome files are part of the servlet api.
         <br />
@@ -103,7 +103,7 @@ The DefaultServlet allows the following 
     <td valign='top'>
         If a directory listing is presented, a readme file may also
         be presented with the listing. This file is inserted as is
-        so it may contain HTML. default value is null
+        so it may contain HTML.
     </td>
   </tr>
   <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to