Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFMX8 (64-bit) and GZIP

Community Beginner ,
Feb 16, 2010 Feb 16, 2010

Is there a work-around or replacement for CFX_GZIP for CFMX v8.01 64-bit version?  Developers report the error coldfusion.tagext.DerivedNativeCFXException.

541
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 20, 2010 Feb 20, 2010
LATEST

Do you specifically need to GZip stuff, or just zip it?  <cfzip> will zip files up.

Failing that, Java does this sort of thing out of the box:

http://java.sun.com/javase/6/docs/api/java/util/zip/GZIPOutputStream.html

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources