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 1, you could try pre-processing the files with perl, or you could try to figure out a way to directly call JServ from your perl program and passing it the processed file.
- Perrin