Re: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to get therequested page.

2006-11-22 Thread Perrin Harkins
Sumit Shah wrote: What I want is that the Perl handler get the jsp before the JSERV, do the processing and then pass it to the JSERV Servlet. You can't do that with apache 1. In apache 2, you could possibly set one of them up as a filter to run after the other one. If you have to use apache

RE: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to get therequested page.

2006-11-22 Thread Sumit Shah
errin Harkins [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 16, 2006 3:38 PM > To: Sumit Shah > Cc: modperl@perl.apache.org > Subject: RE: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to > get therequested page. > > On Thu, 2006-11-16 at 12:50 -0500, Sumit Shah wrote: >