[Laszlo-dev] Profiler failing to return complete logs in windows DHTML

P T Withington ptw at pobox.com
Thu Aug 20 17:44:34 PDT 2009


[From CallProfiler - OpenLaszlo](http://wiki.openlaszlo.org/ 
CallProfiler)

Configuring Tomcat to Accept Large Data
It turns out there is a Tomcat server configuration maxPostSize, which  
defaults to 2 MB, but which can be set to a specified value, or zero  
for unlimited post size. For profiling DHTML, I needed to increase the  
size beyond the 2MB default.

jakarta-tomcat-5.0.30/conf/server.xml:

    <Connector port="8080"
     maxPostSize="8000000"
               maxThreads="150" minSpareThreads="25"  
maxSpareThreads="75"
               enableLookups="false" redirectPort="8443"  
acceptCount="100"



On 2009-08-20, at 20:28EDT, Max Carlson wrote:

> Henry, do you have any idea why?
>
> -- 
> Regards,
> Max Carlson
> OpenLaszlo.org



More information about the Laszlo-dev mailing list