Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EAF017AB2 for ; Tue, 10 Mar 2015 17:30:16 +0000 (UTC) Received: (qmail 13283 invoked by uid 500); 10 Mar 2015 17:30:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 13212 invoked by uid 500); 10 Mar 2015 17:30:10 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 13200 invoked by uid 99); 10 Mar 2015 17:30:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 17:30:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of victropolis@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 17:30:04 +0000 Received: by lbjb6 with SMTP id b6so3328945lbj.9 for ; Tue, 10 Mar 2015 10:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=smA+vFv7chZY34kcDfIwqsvZzFL52LI7vGKkoAW4hh0=; b=EHG2thI0OhUeQcq2ACR89hLyk2OgzXCXnz2N1GBLdrd6k8fhphkwvU3lrsHQ83cUWT mQTVDadKdeIGmOUkEty0OdpvxxoBOm9wLdtuCtXaA7qN1e4w8dDpQ3i3MyhuuIz3lQ2g M6v7dIWAY+nOZGniKyASFXsk9N/grk82uDAyqEpmpxw4+nuCuBECN3JgLsyQVRPYXlom 37GeV/6f7lFr0xL+1Kvz9thZdVTmnNKEapjEhSE4GsO0m+J0cMUXvbhU4tq6awcnDS9j OC4efUfgqA2ZtzLxdk8+L8E2AJ1WuamwrPDIn1mTx5yH9tz4SrMm8Eg+NkzK+8llfIpZ WAWA== X-Received: by 10.112.132.67 with SMTP id os3mr31246905lbb.90.1426008492628; Tue, 10 Mar 2015 10:28:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.135.133 with HTTP; Tue, 10 Mar 2015 10:27:50 -0700 (PDT) In-Reply-To: References: <54FE1A9C.40006@christopherschultz.net> <54FE2639.2020709@kippdata.de> <54FEFB33.4060602@christopherschultz.net> <54FF26F4.9000809@kippdata.de> From: Victor Rodriguez Date: Tue, 10 Mar 2015 11:27:50 -0600 Message-ID: Subject: Re: [URGENT] Content-Encoding: gzip not set To: Tomcat Users List Content-Type: multipart/alternative; boundary=047d7b3a8192a65f640510f27999 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a8192a65f640510f27999 Content-Type: text/plain; charset=UTF-8 I finally have it working in Apache using the following. If there's an easy way to accomplish this in Tomcat I'd pref that cuz I could just leverage our existing deployed tomcats. Thanks! AddType application/json .json AddType application/vnd.quantized-mesh .terrain AddEncoding x-gzip .gz .tgz .json .terrain On Tue, Mar 10, 2015 at 11:26 AM, Victor Rodriguez wrote: > AddType application/json .json > AddType application/vnd.quantized-mesh .terrain > -- Sent from neither my iPhone nor my iPad. --047d7b3a8192a65f640510f27999--