Chapter 5: Basic Tomcat Confi guration org.apache.catalina.servlets.DefaultServlet
debug
0
listings
true 1 Default Directory Listings and Other Customizations You can disable directory listings by setting the listingsparameter to false. You can further customize the behavior of the default servlet by using the parameters shown in the following table. Only the frequently changed parameters are shown. Parameter Description listings readonly input Output globalXsltFilelocalXsltFile sendfileSize Determines if directory listings should be shown when a URL reaches the root of a directory. This is implemented to provide compatible behavior with most Web servers. Set this to false if you want to tighten security, or if some directories are very large and take significant time to display. Controls if write HTTP methods such as PUTand POST are allowed. Default is true. You need to override this if you need to enable upload. The buffer size used when reading resources. By default it is set to 2048 or 2KB. The buffer size used when writing resources. By default it is set to 2048 or 2KB. Specifies an XSLT stylesheet to use when displaying directory listings. This can be used to customize the look of the directory listings. localXsltFilespecifies a file name in the directory that Tomcat looks for to format the listing. globalXsltFilespecifies a stylesheet that can be located in any directory, via an absolute path. If a localXsltFileis not specified, the global stylesheet is used. If there are no global or local XSLT stylesheets, then the listings will not be formatted. Tomcat 6 supports the platform-specific use of a system-level asynchronous sendfile() to optimize the serving of large static resources (such as images). This parameter sets the threshold of file size before a file is considered for sendfile()transmission. The size is specified in KB and the default is 48. The next section of the default web.xml configures the invokerservlet.
If you looking for unlimited one inclusive web hosting plan please check unlimited web hosting website.