Hi,

I wonder if it is possible to filter the output coming from my Tomcat talking via mod_jk to my apache 1.3 with mod_perl 1.29!?

I tried something like

PerlModule Apache::Filter
<FilesMatch "\.jsp$">
  SetHandler perl-script
  PerlSetVar Filter On
  PerlHandler myFilter
</FilesMatch>

but 'myFilter' only gets the raw JSP file BEFORE Tomcat had it's fun with it...

Maybe I misunderstood the 'Apache::Filter' and it is only possible to filter/chain perl-handlers and not real apache handlers...

Is there any trick to solve this problem in Apache 1.3? (Apache 2 has a 'real' output filter which should do the trick, but unfortunately we can't switch.)

Thanks a lot for ANY hints!
   Peter

Reply via email to