problems running a java applet on the mac os x through a proxy server

From: Wayne (wbailey_at_s-doc.com)
Date: 07/13/04

  • Next message: Thomas Gagne: "Re: Static vs. Dynamic typing"
    Date: 13 Jul 2004 12:19:22 -0700
    
    

    We are trying to run a java applet on the Mac os X, panther, using the
    Safari web browser which uses the default java jre version 1.4.2. The
    mac network properties is set to go through a proxy server for all
    protocols. The proxy server uses a basic authentication setting. The
    request for the applet is done using the https protocol. The applet
    is executed in a standard html file using the proper applet tags. I
    should note that the applet does execute successfully when the html is
    requested without a proxy. However, when the initial request is made
    through a proxy, the safari browser prompts for the proxy
    authentication information, as it should and then the java console
    appears as safari attempts to load the java applet. However, the
    applet does not load. When reviewing the Internet Information
    Services logs, the initial request to the website via the proxy is
    present, however the request for the jar file appears to have never
    made it to the IIS server.

    Does anyone have any ideas as to why the request is not going through?
     Any help would be greatly appreciated.


  • Next message: Thomas Gagne: "Re: Static vs. Dynamic typing"

    Relevant Pages

    • Re: applet & image params
      ... the applet in question is ... > Now, if the image being supplied is on the same server as the applet, ... applet came could proxy the request for the image. ...
      (comp.lang.java.programmer)
    • Re: Applet - Servlet Communication - Newbie!!
      ... > i think you might have to sign your applet in order to enable it to get ... > through the proxy. ... outside any web apps run by a servlet ...
      (comp.lang.java.programmer)
    • Re: Applet <==> Servlet Communication
      ... built the servelet and client applet. ... > * build the request ... > * receive the response ...
      (comp.lang.java.programmer)
    • JDK 1.5.0_05 wont load applets from the Internet?
      ... I'm setting up a new PC with a brand-new installation of Windows XP and ... using Mozilla under Linux -- but trying to load a page with an applet ... proxy out of the picture, but this did not fix things. ... I have Java configured to use the browser's settings; ...
      (comp.lang.java.gui)
    • Re: applet as servlet BACK end
      ... > down the stream connecting the applet to the servlet. ... > process the request and generates the response. ... > serialized objects along the same stream, and the applet uses the data ...
      (comp.lang.java.programmer)