5 Replies Latest reply on Dec 5, 2007 12:28 PM by pmuir

    Seam 2.0.0.GA, compression beyond tomcat-connector compressi

    dhartford

      Hey all,
      I'm playing with the SEAM/GWT-Remoting support and ran into a suprise. I have purposefully disabled compression on the Connector for tomcat in the server.xml, but yet the payloads are still getting compressed when over a certain size.

      jboss 4.2.1
      Seam 2.0.0.GA

      On small payloads, no compression is happening when sending the GWT-Remoting via SEAM, but when the payload gets a little larger compression starts happening (even when disabled on the tomcat side) and I want to be able to modify the behavior as some of my apps will be in a LAN environment with low-end PCs.

      Any tips please?

      thanks,
      -D