RE: HTTP Tunnelling problem?? Please help

2002-05-15 Thread Larry Isaacs
Please ignore the last response. Lousy aim when clicking to make a reply. Larry > -Original Message- > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 9:25 AM > To: 'Tomcat Users List' > Subject: RE: HTTP Tunnelling problem?? Ple

RE: HTTP Tunnelling problem?? Please help

2002-05-15 Thread Larry Isaacs
> -Original Message- > From: Andy Eastham [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 7:24 AM > To: Tomcat Users List > Subject: RE: HTTP Tunnelling problem?? Please help > > > Stuart, > > You're extending Thread - everything that is mapped t

RE: HTTP Tunnelling problem?? Please help

2002-05-15 Thread Andy Eastham
Stuart, You're extending Thread - everything that is mapped to a Tomcat request must extend HttpServlet. Tomcat is trying to cast your TestTunnel class to HttpServlet, which is failing. Andy > -Original Message- > From: Stuart Stephen [mailto:[EMAIL PROTECTED]] > Sent: 15 May 2002 11:5

RE: HTTP Tunnelling problem?? Please help

2002-05-15 Thread Stuart Stephen
Solved.. I forgot to extend the Class TunnelTest with the HttpServlet extension. SS -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 11:56 To: Tomcat Users List Subject: HTTP Tunnelling problem?? Please help Hello all, I'm having problems trying t