[Users] mergeNewParams + Legend - addition [SOLVED]

Sascha Müller s.mueller76 at arcor.de
Mon Aug 9 11:08:26 CEST 2010



Hi,

The problem had something to do with the GeoServer. To be exact with the 
Jetty-Server.
The SLD seems to large for the HeaderBufferSize of the Jetty. With:

<Configure id="Server" class="org.mortbay.jetty.Server">
<Call name="addConnector">
<Arg>
<New class="org.mortbay.jetty.nio.SelectChannelConnector">
<Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set>
<Set name='headerBufferSize'>8192</Set>
</New>
</Arg>
</Call>
</Configure> in the Jetty.xml

The default Value for the headerBufferSize is 4096.

you can increase the HeaderBufferSize.

After this, the Legend works as it should be.

regards,

Sascha



More information about the Users mailing list