2 Replies Latest reply on Oct 17, 2002 9:54 AM by gilb

    Proxy Server interference

    gilb

      JBOSS 3.0.3 right out of the box. Can't get a WEB page via http://localhost:8080/jmx-console
      I am sure that it is me and suspect a proxy problem. Anyone give me a few clues.
      All help well appreciated. Thanks in advance, Gil

        • 1. Re: Proxy Server interference

          check your browser proxy setting, at least some versions of IE won't access localhost directly if proxy has been set, so you need to set 'direct connection' in the connection settings to bypass proxy when accessing localhost.

          sometimes using the machine's ip address rather than localhost helps as well

          • 2. Proxy Server interference
            gilb

            That did the trick. In case anyone else needs this info, I have composed the keystroke sequence that works exactly if you have IE as a browser.
            Thanks again, Gil Blais :=))
            --- cut here ---
            IE Browser Menu: Tools/Internet Options/Connections
            Left click on the LAN Settings...
            Place a check mark in the box labelled "Bypass proxy server for local address"
            Left click on OK
            Left click on OK (back on the Connection screen here)
            Type http://localhost:8080/jmx-console as your WEB browser URL and voila! - it should work.