Using apache and ServletExec 2.02 on NT I've tried to run an example from
Karl Moss java Servlet book, the MathLiteApplet.
It's an example of HTTP tunneling between servlet an applet.
The example just work fine with a direct connection but it doesn't when I go
through a proxy.
Is there anyone that could tell me why?

Here are the error messages I'm getting from the java console on IE4:

javaservlets.tunnel.client.TunnelException:
192.9.200.30:81//servlet/PTTStubServer
 at javaservlets/tunnel/client/BaseTunnelClient._invokeMethod
 at javaservlets/tunnel/client/BaseTunnelClient._initialize
 at javaservlets/tunnel/PTTProxyClient.<init>
 at javaservlets/tunnel/PTTApplet.init
 at com/ms/applet/AppletPanel.securedCall0
 at com/ms/applet/AppletPanel.securedCall
 at com/ms/applet/AppletPanel.processSentEvent
 at com/ms/applet/AppletPanel.processSentEvent
 at com/ms/applet/AppletPanel.run
 at java/lang/Thread.run

And from the ServleExec log file:

    [Tue Apr 13 13:39:15 CEST 1999] (default) :
java.io.StreamCorruptedException:
    Version Mismatch, Expected 5 and got 101
    [Tue Apr 13 13:39:15 CEST 1999] (default) : at
    java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
    [Tue Apr 13 13:39:15 CEST 1999] (default) : at
    java.io.ObjectInputStream.(ObjectInputStream.java:165)
    [Tue Apr 13 13:39:15 CEST 1999] (default) : at

javaservlets.tunnel.server.TunnelServer._getInputStream(TunnelServer.java)
    [Tue Apr 13 13:39:15 CEST 1999] (default) : at

javaservlets.tunnel.server.BaseTunnelServlet.service(BaseTunnelServlet.java)
    [Tue Apr 13 13:39:15 CEST 1999] (default) : at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    [Tue Apr 13 13:39:15 CEST 1999] (default) : at
    newatlanta.servletexec.ServletThread.run(ServletThread.java:122)

___________________________________________________________________________
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

Reply via email to