----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I had a similar problem. I used mod_rewrite to redirect certain requests
to an authentication servlet. When a user was authorized and I tried
redirecting back to the page and ended up back at mod_rewrite which
created an endless loop. I had to fall back on using a Java class called
by the authorization servelt to read the page (as bytes) and write it
back to the client.

What I want was a way to break out of the module request loop in Apache
and tell it to handle the request. Don't know how to do that with JServ.
If anyone does I'd like to hear about it.

--Mark Ashworth

Dan Milstein wrote:

> 
> Once Apache has handed a request to Jserv, is there any way for Jserv to
> ask Apache to serve a page (rather than having Jserv stream output back
> to Apache)?
>...


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to