for chunked encoding specify a connector that supports HTTP 1.1 protocol ..
an example from $CATALINA_HOME/conf/server.xml would be:

    <Connector port="8082" 
    debug="5"
    useSendfile="true" 
    useExecutor="true" 
    acceptorThreadCount="1"
    pollerThreadCount="1"
    pollerThreadPriority="java.lang.Thread#NORM_PRIORITY"
    selectorTimeout="1000"
    useComet="true"
    prcessCache="200"
    socket.directBuffer="false"
    socket.rxBufSize="25188"
    socket.txBufSize="43800"
    socket.appReadBufSize="8192"
    socket.appWriteBufSize="8192"
    socket.bufferPool="500"
    socket.bufferPoolSize="100000000"
    socket.processorCache="500"
    socket.keyCache="500"
    socket.eventCache="500"
    socket.tcpNoDelay="false"
    socket.soKeepAlive="true"
    socket.soTimeout="5000"
    protocol="org.apache.coyote.http11.Http11NioProtocol" 
    maxThreads="150" 
    connectionTimeout="60000" 
    redirectPort="8443" />

tut diese Hilfe?
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.






> Date: Thu, 9 Apr 2009 22:38:37 +0200
> From: sg...@gmx.net
> Subject: Re: Gzip compression take 2
> To: users@tomcat.apache.org
> 
> > sg...@gmx.net wrote:
> > >> This is working for me with 5.5.27 :
> > >>
> > >>      <Connector
> > >>          port="80"
> > >>          redirectPort="443"
> > >>          debug="0"
> > >>          connectionTimeout="20000"
> > >>  compressableMimeType="text/css,text/javascript"
> > >>  maxPostSize="10485760"
> > >>  >
> > >>      </Connector>
> > > 
> > >  there is no compression="on", did I miss something?
> > 
> > You're right. I didn't copy this from my running configuration and the 
> > file was mission that.
> 
> Does Tomcat respond with Transfer-Encoding chunked and Content-Encoding gzip?
> 
> I also tried compressableMimeType="text/javascript" only, failed von FF3, IE6 
> and Fiddler. As if I am doing something completely wrong.
> 
> Mike
> -- 
> Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
> für nur 17,95 Euro/mtl.!* 
> http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

_________________________________________________________________
Rediscover Hotmail®: Now available on your iPhone or BlackBerry
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile1_042009

Reply via email to