> I have a JServ servlet that is processing some form data, then needs to
> return a static HTML file as a response. Is there any way to let Apache take
> care of making the http response? I would like to take advantage of Apache
> features, e.g. aliasing, caching, http headers (304 not-modified, ...).
>
> Is there any way to do that using JServ? I'm using Apache 1.3.4 & JServ
> 1.0b3 on win32.
return a redirect (304 Location:) header from your servlet.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]