Re: Proxy Con. Problem in Weblogic.

2004-09-21 Thread Dmitry Serebrennikov
This, of course, isn't the right forum for this question... Not to encourage off-topic posts, but I just happened to know at least part of the answer since we just went through the same issue. First thing to do is to make sure you are setting these properties before the first URLStreamHandler fo

Proxy Con. Problem in Weblogic.

2004-09-21 Thread Natarajan.T
Hi FYI, I am doing web crawling in my application using proxy setting. like the below code.. Properties systemSettings = System.getProperties(); systemSettings.put("http.proxySet", "true"); systemSettings.put("http.proxyHost", profileBean.getProfileParamBean().getProxyHost().trim()); sys