1 Reply Latest reply on Jul 23, 2004 11:55 AM by peja

    JBoss RSS through Proxy!

    peja

      Does anyone know if there is a way to setup JBoss RSS module to use proxy?

      Cheers,

      Peja

        • 1. Re: JBoss RSS through Proxy!
          peja

          Ok, wasn't very difficult question. In case anybody needs it, you do it by setting up system properties.

          System.setProperty("http.proxyHost", <PROXY_NAME>);
          System.setProperty("http.proxyPort", <PROXY_PORT>);

          After this is done, informa RSS library will be using that proxy to connect to the internet.