All,

The project I'm working on requres me to do the following:

1. GET/POST Request comes in
2. Request gets handled by a mod_perl handler, which modifies and adds
to the GET/POST variables.
3. Request is then sent to a C handler (BEA WLS-Apache bridge)
4. Request is then handled by a JSP, which should be able to read the
changes that were added in step 2.

According to my trusty Eagle book, I can chain Perl handlers (by using
$r->pushhandlers(), but can I chain a C handler after a Perl handler?? 
And yes, I know this is kind of bizarre.

Thanks in advance!

I'm not on the mod_perl list, so please cc: me.

Andrew Chen
Software Engineer, Architecture
[EMAIL PROTECTED]
206-219-8445
The Cobalt Group, Inc. (www.cobaltgroup.com)
2200 First Avenue South
Seattle, WA 98134

Reply via email to