Ged,
What we are doing is having requests for files of extension *.jsp be
passed from Apache to a BEA Weblogic box to be handled. However, we want
to add an extra parameter into the GET/POST data before the request is
passed.
Thus, these are the steps:
1. Request comes in for t.jsp?test=1&joe=2
2. Handler steps in and adds another parameter, t.jsp?test=1&joe=2&moe=3
3. Request is then handled by BEA-Apache bridge so that it is forwarded to
Weblogic
4. JSP runs on Weblogic, and the new parameter (joe) can be referenced in
the JSP.
In order to do this, I was thinking that I could either chain the handlers
(have the custom handler alter the data in the request and then pass it
onto the BEA-Apache bridge) or I could just put the custom handler in an
earlier stage and alter the request then. I'm just not sure how to do it.
Let me know if you need any more clarification! Thanks a lot!
Andrew Chen
Software Engineer, Architecture
[EMAIL PROTECTED]
206-219-8445
The Cobalt Group, Inc. (www.cobaltgroup.com)
2200 First Avenue South
Seattle, WA 98134
On Tue, 14 Nov 2000, G.W. Haywood wrote:
> Hi ther,
>
> On Mon, 13 Nov 2000, Andrew Chen wrote:
>
> > Is there any way to maybe sneak into the handler cycle before the
> > BEA-Apache handler and alter the GET/POST data, thus accomplishing the
> > same thing? Let me know if you need any clarification.
>
> I need clarification.
>
> :)
>
> 73,
> Ged.
>