Has any one done HTTP Tunnelling, using the `com.oreilly.servlet.HttpMessage' class, between a Java Applet running through the Java Plugin and a Java Servlet? tia -- Peter Pilgrim Welcome to the "Me Too" generation. ---------------------- Forwarded by Peter Pilgrim on 22/09/2000 09:59 --------------------------- ---------------------------------------- Message History ---------------------------------------- From: Peter Pilgrim on 21/09/2000 18:27 To: [EMAIL PROTECTED] cc: Subject: Strange error with com.oreilly.servlet.HttpMessage Hi Jason I am using Java Plugin 1.3 with a server that performs HTTP Tunneling as in the book. I am getting a strange FileNotFoundException in both Netscape and Internet browser. Yet I know that the applet and servlet can talk with a doctored netscape browser ( with swingall.jar and cos.jar dumped in the netscape/java/classes directory ) on another machine. Have you ever come across this error with the HttpMessage class using any Java Plugin TIA askForRootTreeNode_Server() url:`http://poppy.dev.lon.deuba.com:9090/pilgpe/servlet/com.db.docserv.servlet.AdminServlet' java.io.FileNotFoundException: http://poppy.dev.lon.deuba.com:9090/pilgpe/servlet/com.db.docserv.servlet.AdminServlet?action=getrootnode at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source) at com.oreilly.servlet.HttpMessage.sendGetMessage(HttpMessage.java:77) at com.db.docserv.applet.AdminApplet.askForRootTreeNode_Server(AdminApplet.java:1095) at com.db.docserv.applet.AdminApplet.refreshTree(AdminApplet.java:1046) at com.db.docserv.applet.AdminApplet$RefreshAction.actionPerformed(AdminApplet.java:2509) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) -- Peter Pilgrim Welcome to the "Me Too" generation. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ___________________________________________________________________________ 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
