On 06/15/2012 04:12 PM, Rommel Sharma wrote:
> I need to intercept and modify the response that is coming from JBOSS to the
> Apache Web (httpd) server and being returned to the client.
Look for PerlOutputFilterHandler in the docs.
Torsten
Rommel Sharma wrote:
> All,
>
> I need to intercept and modify the response that is coming from JBOSS to the Apache Web
(httpd) server and being returned to the client.
>
What is the connector module used between Apache httpd and JBOSS ? How is it
configured ?
(more explicitly, how in the Apac
unsubscribe
**
MLB.com: Where Baseball is Always On
All,
I need to intercept and modify the response that is coming from JBOSS to the
Apache Web (httpd) server and being returned to the client.
Planning to use perl to edit the response using mod_perl. Does mod_perl allow
this with no adverse effects? If yes, then how do we go about it?
Thanks,