RE: Applying mod_perl filters to content served from JBOSS

2012-06-26 Thread Rommel Sharma
knowledge!!! Rommel. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, June 26, 2012 2:51 PM To: mod_perl list Subject: Re: Applying mod_perl filters to content served from JBOSS Rommel Sharma wrote: > Hi All, > > > > I have set up mod_perl filte

RE: Applying mod_perl filters to content served from JBOSS

2012-06-26 Thread Rommel Sharma
26, 2012 2:32 PM To: Rommel Sharma Cc: modperl@perl.apache.org Subject: Re: Applying mod_perl filters to content served from JBOSS On 06/26/2012 09:46 AM, Rommel Sharma wrote: > > > SetHandler modperl You don't need that. SetHandler declares the response handler. But your resp

Re: Applying mod_perl filters to content served from JBOSS

2012-06-26 Thread André Warnier
Rommel Sharma wrote: Hi All, I have set up mod_perl filtering as follows: SetHandler modperl PerlOutputFilterHandler MyOutputHandlers::CustomFilterResponse allow from all staticweb is under htdocs and jbossweb is an app-context deployed in jboss . All I am doing is read the re

Re: Applying mod_perl filters to content served from JBOSS

2012-06-26 Thread Torsten Förtsch
On 06/26/2012 09:46 AM, Rommel Sharma wrote: > > > SetHandler modperl You don't need that. SetHandler declares the response handler. But your response is generated either by the default handler for static content or by mod_jk. "SetHandler modperl" should be used only if there is also a Perl