[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: Uncontrolled timeout / disconnect of Java Bean


Noel, any chance this has something to do with the classloader issues?
Although I don't see how you could lose a reference to something stored in the
session hashtable, it could cause ClassCastException problems.

Wes

"Fornoff, Michael" wrote:

> We made changes to our zone properties, but unfortunately the problem
> of the uncontrolled timeout still persists.
>
> Any ideas?
>
> Regards
> Michael
>
> > -----Original Message-----
> > From: Noel J. Bergman [SMTP:noel@ibm.net]
> > Sent: Monday, January 17, 2000 5:04 PM
> > To:   Fornoff, Michael; gnujsp@gjt.org
> > Subject:      RE: Uncontrolled timeout / disconnect of Java Bean
> >
> > > we developed an intranet application and use a Java Bean for the
> > database
> > > connection.  Everything works fine, but after a certain amount of time
> > > the instance of the bean seams to disappear. The user needs to logon
> > > again (create a new instance of the bean).
> > >
> > > Does anyone know about such a timeout feature or is it a bug?
> > >
> > > We use: Apache 1.3.9, Apache JServ 1.0, GNUJSP 1.0.0
> >
> > Check your zone properties file.  What you are likely seeing is the effect
> > of a session timeout.
> >
> >       --- Noel