On Thu, 31 Mar 2011, Mark Thomas wrote: > On 31/03/2011 13:06, Robert P. J. Day wrote: > > > > again, from a totally newbie point of view, i was perusing > > conf/web.xml and noticed the snippets: > > > > <!-- buffered Should output from this servlet be buffered? > > --> > > <!-- (0=false, 1=true) [0] > > --> > > > > but just below that > > > > <init-param> > > <param-name>buffered</param-name> > > <param-value>1</param-value> > > </init-param> > > > > so the comments don't seem to agree with at least a couple of the > > parameter default values (certainly the "buffered" param seems to > > disagree). > > The default value is what you get if you don't specify the value. > The value is specified so a non-default is used. Arguably, the > default should be changed and all init-params removed.
duh. sorry, i should have figured that out. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org