I am thinking of how I can use JSWDK with Apache (besides waiting for
Jakarta, since my employer requires me to do something NOW).
One thing I thought of is an Apache module that would take an incoming
request and forward it to another web server (server X) and then pipe the
result from server X back to the client (fixing up a couple of headers first
maybe). A simple module like this would basically let me use the JSWDK in
basically the same fashion that Apache uses JServ. I could run JSWDK on a
local port, say 127.0.0.1:8001. The design of the module seems pretty
simple.
Does anybody know of an existing Apache module that does this?
ted stockwell
> -----Original Message-----
> From: Wu, Stanley (IM&T) [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 05, 1999 1:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: session invalidate problem
>
> > -----Original Message-----
> > From: Sundaram, Mohana [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 05, 1999 1:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: session invalidate problem
> >
> > Hi,
> >
> > I'm storing some java objects in user's session upon logon. When he logs
> > off, i'm calling session.invalidate to dispose off the session objects.
> > But to my surprise, when i refresh the browser screen, my servlet is
> able
> > to get the stored session objects. Where is it going wrong ? Any help
> wud
> > be appreciated.
> >
> > Thank,
> > Mohan
> >
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html