Re: Intercepting and modifying response

2012-06-15 Thread Torsten Förtsch
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

Re: Intercepting and modifying response

2012-06-15 Thread André Warnier
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

2012-06-15 Thread Furst, Carl
unsubscribe ** MLB.com: Where Baseball is Always On

Intercepting and modifying response

2012-06-15 Thread Rommel Sharma
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,