Just compiled it for Weblogic 6.1 / JDK 1.3.1.6
To compile for this configuration you need to add FilterConfig to
CompressionFilter:
public FilterConfig getFilterConfig()
{
return config;
}
public void setFilterConfig(FilterConfig filterConfig)
{
config = filterConfig;
}
>From the help:
javax.servlet.FilterConfig getFilterConfig()
Deprecated. Not needed in latest version of Servlet 2.3 API
I think I would prefer not having this as a filter, but as an Axis handler,
so it would be easier to deploy/undeploy.
Otherwise it looks fine, but only checked with tcp-monitor that the output
was compressed.
Thanks,
ArentJan
-----Original Message-----
From: Kellogg, Richard [mailto:[EMAIL PROTECTED]]
Sent: maandag 10 februari 2003 15:13
To: [EMAIL PROTECTED]
Subject: GZip Compression
Hi gang!
Has anyone tried out the GZIP sample I submitted last week? I wanted
someone else to try it before I made any sort of annoucement on the
axis-user forum.
My testing has been done with JBOSS 3.0.4 using Jetty 4.1.3 and the Sun JDK
1.4.1_01. I would love it if someone tested it using other application
servers. If anyone finds the time, please be sure to give any configuration
details.
Thanks,
Rick Kellogg