<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: HTTP Proxy setting in Java. Setting up proxy.</title> <atom:link href="http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: suganya murugesan</title><link>http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html/comment-page-1#comment-12038</link> <dc:creator>suganya murugesan</dc:creator> <pubDate>Sun, 07 Feb 2010 10:04:09 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1175#comment-12038</guid> <description>Hi,props.setProperty(&quot;http.proxyHost&quot;, &quot;proxy.ssn.net&quot;); props.setProperty(&quot;http.proxyPort&quot;, &quot;8080&quot;); props.setProperty( &quot;mail.imap.socketFactory.class&quot;, SSL_FACTORY); props.setProperty( &quot;mail.imap.socketFactory.fallback&quot;, &quot;false&quot;); props.setProperty( &quot;mail.imap.port&quot;, &quot;993&quot;); props.setProperty( &quot;mail.imap.socketFactory.port&quot;, &quot;993&quot;); props.put(&quot;mail.imap.host&quot;, &quot;imap.gmail.com&quot;); Session session = Session.getDefaultInstance(props, null); store = session.getStore(&quot;imap&quot;); store.connect(dialog.getServer(),dialog.getUsername(),dialog.getPassword());I could connect to gmail server without proxy setting. but when i set the proxy setting in college i couldn&#039;t connect.</description> <content:encoded><![CDATA[<p>Hi,</p><p>props.setProperty(&#8220;http.proxyHost&#8221;, &#8220;proxy.ssn.net&#8221;);<br /> props.setProperty(&#8220;http.proxyPort&#8221;, &#8220;8080&#8243;);<br /> props.setProperty( &#8220;mail.imap.socketFactory.class&#8221;, SSL_FACTORY);<br /> props.setProperty( &#8220;mail.imap.socketFactory.fallback&#8221;, &#8220;false&#8221;);<br /> props.setProperty( &#8220;mail.imap.port&#8221;, &#8220;993&#8243;);<br /> props.setProperty( &#8220;mail.imap.socketFactory.port&#8221;, &#8220;993&#8243;);<br /> props.put(&#8220;mail.imap.host&#8221;, &#8220;imap.gmail.com&#8221;);<br /> Session session =<br /> Session.getDefaultInstance(props, null);<br /> store = session.getStore(&#8220;imap&#8221;);<br /> store.connect(dialog.getServer(),dialog.getUsername(),dialog.getPassword());</p><p> I could connect to gmail server without proxy setting. but when i set the proxy setting in college i couldn&#8217;t connect.</p> ]]></content:encoded> </item> <item><title>By: Madhukar</title><link>http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html/comment-page-1#comment-10702</link> <dc:creator>Madhukar</dc:creator> <pubDate>Sun, 09 Aug 2009 22:46:31 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1175#comment-10702</guid> <description>If we are working from home, we may not need the proxy but yes if we are at work, most of us would definitely need to configure the proxy for anything to do with an url.</description> <content:encoded><![CDATA[<p>If we are working from home, we may not need the proxy but yes if we are at work, most of us would definitely need to configure the proxy for anything to do with an url.</p> ]]></content:encoded> </item> <item><title>By: Alan Kennedy</title><link>http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html/comment-page-1#comment-9641</link> <dc:creator>Alan Kennedy</dc:creator> <pubDate>Sat, 04 Jul 2009 11:12:52 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1175#comment-9641</guid> <description>Hi,You may be interested in this database of open source HTTP proxies written in Java.http://proxies.xhaus.com/java/There&#039;s also a list of open source HTTP proxies written in python.http://proxies.xhaus.com/pythonRegards,Alan.</description> <content:encoded><![CDATA[<p>Hi,</p><p>You may be interested in this database of open source HTTP proxies written in Java.</p><p><a href="http://proxies.xhaus.com/java/" rel="nofollow">http://proxies.xhaus.com/java/</a></p><p>There&#8217;s also a list of open source HTTP proxies written in python.</p><p><a href="http://proxies.xhaus.com/python" rel="nofollow">http://proxies.xhaus.com/python</a></p><p>Regards,</p><p>Alan.</p> ]]></content:encoded> </item> <item><title>By: MJ</title><link>http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html/comment-page-1#comment-8794</link> <dc:creator>MJ</dc:creator> <pubDate>Fri, 19 Jun 2009 16:25:22 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1175#comment-8794</guid> <description>Just noticed that myself...</description> <content:encoded><![CDATA[<p>Just noticed that myself&#8230;</p> ]]></content:encoded> </item> <item><title>By: EJP</title><link>http://viralpatel.net/blogs/2009/04/http-proxy-setting-java-setting-proxy-java.html/comment-page-1#comment-6798</link> <dc:creator>EJP</dc:creator> <pubDate>Fri, 15 May 2009 05:35:19 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1175#comment-6798</guid> <description># System.getProperties().put(\&quot;http.proxyUser\&quot;, \&quot;someUserName\&quot;); # System.getProperties().put(\&quot;http.proxyPassword\&quot;, \&quot;somePassword\&quot;);These properties do not exist in the JDK. Are you thinking of some 3rd-party package?</description> <content:encoded><![CDATA[<p># System.getProperties().put(\&quot;http.proxyUser\&quot;, \&quot;someUserName\&quot;);<br /> # System.getProperties().put(\&quot;http.proxyPassword\&quot;, \&quot;somePassword\&quot;);</p><p>These properties do not exist in the JDK. Are you thinking of some 3rd-party package?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 09:50:36 -->
