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 Apache httpd configuration, do you specify which requests
that have to be passed to JBOSS, an which not ?)
> Planning to use perl to edit the response using mod_perl. Does mod_perl allow this with
no adverse effects?
Define "adverse effects" ?
mod_perl may allow you to modify the JBOSS reponse, if it is possible to insert a mod_perl
handler in the right place to modify the response coming from JBOSS, before it is returned
to the client.
If yes, then how do we go about it?
Maybe by remembering first that you are on a support list manned by volunteers, where
being gracious helps getting answers.