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]>