Nah, I put meet.clone() as a test, I just didn't take it off again.

I've been told by someone on the list to try using the session to reference
things instead. I'll have to give that a go before I continue asking
questions.

Thank you for a response.

-----Original Message-----
From: Denis Haskin [mailto:[EMAIL PROTECTED]]
Sent: 21 May 2002 22:38
To: Tomcat Users List
Subject: Re: ***Please reply as no one on this list has offered ANY
help***


Without digging in too deeply, is it possible your problem is the cloning of
the
'meet' Hashtable in connectUser?

Remember that cloning a Hashtable (and other Collection/Dictionary objects)
is a
shallow clone.  Only the table itself is cloned, not the objects pointed to
by
the table.

I'm not *sure* that's a problem in this case, but is that what you intend?
It's
not clear to me why you're cloning it there, anyway...

dwh


Stuart Stephen wrote:

> Hello,
>
> I'm having touble with my HTTP tunnelling servlet and its driving me
crazy.
> The tunnel works fine for a single user. However when another user
connects
> to the tunnel the servlet does not perform how I would expect it to.
> [...]


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to