<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Sockets and Internet Protocols</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=8</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="8-003107">
            <title>Httpclient</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003107</link>
            <description>hey all&lt;br /&gt;iam using HttpClient and i want to send some xml text using GetMethod(string URL) to a servlet ,,and then can retrieve this text by the servlet using doGet method&lt;br /&gt;anyone has a clue how to do this ??&lt;br /&gt;thanks all</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003107</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003107mira shawky</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 14:45:12 MDT</pubDate>
        </item>
        <item uniqueID="8-003106">
            <title>how to get particular data after parsing url content</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003106</link>
            <description>hello I have the following code:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;String url = "http://www.bloomberg.com/apps/quote?ticker=JAVA:US;&lt;br /&gt;URL source = new URL(url);&lt;br /&gt;BufferedReader br = new BufferedReader(&lt;br /&gt; new InputStreamReader(source.openStream()));&lt;br /&gt;while((str = br.readLine()) != null){ out.println(str + "&amp;lt;br /&amp;gt;"); }&lt;br /&gt;br.close();&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;Parsing content from Bloomberg getting html for Sun Micro. Now once I br.readLine() how do I get the particular data say price, volume etc from the variable str? Do I do some string search/comparison? I have no clue.&lt;br /&gt; &lt;br /&gt;Never know Sun Micro changed its symbol </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003106</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003106K. Tsang</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 09:13:11 MDT</pubDate>
        </item>
        <item uniqueID="8-003105">
            <title>develop a web application server</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003105</link>
            <description>Hi -&lt;br /&gt; &lt;br /&gt;Are there any good resources on developing a web app server? I searched on the net but did not find anything useful.&lt;br /&gt; &lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003105</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003105Suma Rangaraj</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 23:13:00 MDT</pubDate>
        </item>
        <item uniqueID="8-003104">
            <title>How to launch the tcp echo server on Mac OS X</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003104</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I'm trying to run the EchoClient from Sun tutorial:&lt;br /&gt;Reading from and Writing to a Socket (http://java.sun.com/docs/books/tutorial/networking/sockets/readingWriting.html)&lt;br /&gt; &lt;br /&gt;The problem I'm facing is that I have no idea how I should start the echo server on my computer (a Mac running 10.4.11).&lt;br /&gt; &lt;br /&gt;Any help would be greatly appreciated.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003104</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003104Mich&#xFFFD;le Garoche</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 12:58:59 MDT</pubDate>
        </item>
        <item uniqueID="8-003103">
            <title>IP address of my computer</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003103</link>
            <description>I can find my computer's IP address with ipconfig in window, but this web site&lt;br /&gt;(http://www.ip-adress.com/) shows me a completely different one. Which one &lt;br /&gt;is right and why?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003103</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003103Jane Somerfield</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 08:26:58 MDT</pubDate>
        </item>
        <item uniqueID="8-003102">
            <title>writing a bot for some internet site</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003102</link>
            <description>hey,&lt;br /&gt; &lt;br /&gt;I want to create some bot for a site. I dun know any idea how to do it. I am confident that i'll be able to parse the html of the website to retrive the desire data but i am confuse how to login to the site from my java program.&lt;br /&gt; &lt;br /&gt;the site use hidden fields, ssl and other secruity things to log on and in return it sends the cookies.&lt;br /&gt; &lt;br /&gt;1: how can i make my custom HTTP header to be sent to, for login&lt;br /&gt;2: how wud i assure to maintain my session from my java program</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003102</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003102Muhammad Ali</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 07:00:58 MDT</pubDate>
        </item>
        <item uniqueID="8-003101">
            <title>byte[] for IP address storage????</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003101</link>
            <description>In the InetAddress class there are several methods that retrieve IP addresses. The address is stored in a byte array, 4 bytes for a IP4 address.&lt;br /&gt; &lt;br /&gt;How does that work?&lt;br /&gt; &lt;br /&gt;I tried using getByAddress() where you pass both the string and the byte array. Problem is, a byte is a signed value so any attempt to stick a value &amp;gt; 127 in an address bytes draws a compiler error .... loss of precision. When I call getByName() on a known address string, the address that comes back in the byte array WILL print values over 127. Like.....241 shows up as 241.&lt;br /&gt; &lt;br /&gt;Why would they have ever used a byte array to hold an 8 bit unsigned value? How is it that the API calls can store numbers &amp;gt; 127 into the byte array but I can'...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003101</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003101Bob Ruth</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 21:22:57 MDT</pubDate>
        </item>
        <item uniqueID="8-003100">
            <title>API for Connecting to SSL protected site which requires user authentication.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003100</link>
            <description>Hi all,</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003100</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003100Vasanth Raju</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 09:12:49 MDT</pubDate>
        </item>
        <item uniqueID="8-003099">
            <title>Serielization in Java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003099</link>
            <description>Hi... Anyone having good knowledge about object serialization in java, please let me know . Give a brief idea about it.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003099</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003099Sachitra Samarakoon</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 23:22:48 MDT</pubDate>
        </item>
        <item uniqueID="8-003097">
            <title>DatagramPacket to String</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003097</link>
            <description>I create a UDP packet with a byte array of 1024 bytes. When I receive the message, I convert the byte array to a String using:&lt;br /&gt; &lt;br /&gt;new String(b, 20, b.length - 20);&lt;br /&gt; &lt;br /&gt;However, what I get is the expected String data padded on the right with nulls(?) out to the end of the 1024 bytes, instead of to the end of the byte array actually sent.&lt;br /&gt; &lt;br /&gt;What is the correct/standard way to accomplish what I am trying to do?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003097</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003097Ed Thompson</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 13:22:16 MDT</pubDate>
        </item>
        <item uniqueID="8-003096">
            <title>WLST over SSL</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003096</link>
            <description>[I have also posted this in the weblogic forum, not sure where it should go]&lt;br /&gt; &lt;br /&gt;Hi there&lt;br /&gt; &lt;br /&gt;I have successfully executed a WLST script over an SSL connection to perform operations such as deploy/undeploy EAR files and configure resources. I imported the demo certificate from my BEA install into my client JVM to achieve this.&lt;br /&gt; &lt;br /&gt;I now want to specify the keystore on the command line so I can run a script without having to modify the JVM first. &lt;br /&gt; &lt;br /&gt;So I tried -Djavax.net.ssl.keyStore=C:/jdk15/cacerts which didn't work.&lt;br /&gt; &lt;br /&gt;I'm running WLST using ant so I also tried this which didn't work either &lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; &amp;lt;java classname="weblogic.WLST" classpath="${weblogi...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003096</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003096Alex Ioannou</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 07:00:15 MDT</pubDate>
        </item>
        <item uniqueID="8-003095">
            <title>How to call a Phone from Internet - Using Java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003095</link>
            <description>Hi...,&lt;br /&gt; &lt;br /&gt;Earlier during circa 2000 AD, I used to down-load a software using which I can make calls ( Both long distance and Local) to plain-old-Telephones.&lt;br /&gt; &lt;br /&gt;Due to government regulation, this free software is no-longer available, now-a-days some companies offer the same service for a price.&lt;br /&gt; &lt;br /&gt;I am wondering if it is possible for me to make a call to a phone by writing a Java program.&lt;br /&gt; &lt;br /&gt;Do I need to install any special software at my phone for converting packets to analog format.&lt;br /&gt; &lt;br /&gt;Also I am wondering how the earlier software was able to make such calls without installing any hardware or software at the POT (end)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003095</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003095siva kumar</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 02:50:15 MDT</pubDate>
        </item>
        <item uniqueID="8-003094">
            <title>can i force connecting to local web server via internet network ?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003094</link>
            <description>Hello all&lt;br /&gt;this is general question , if i have web server installed in my local pc and i have client that connecting to that web server&lt;br /&gt;can i force it always to go via the internet network ?&lt;br /&gt;the reason im asking is .. that im noticed when i close my internet connection i still can connect to my web server.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003094</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003094Meir Yan</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 02:28:14 MDT</pubDate>
        </item>
        <item uniqueID="8-003093">
            <title>Netout error while doing FTP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003093</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;I am working on a tool to transfer files remotely using FTP. I have used com.enterprisedt.net.ftp as the ftp library. Am having a problem with the put command. Problem is when I use the Put command from cmd line, it starts the transfer and the throws the error :&lt;br /&gt; &lt;br /&gt;&amp;gt;Netout :Connection reset by peer&lt;br /&gt;426 Connection closed; transfer aborted&lt;br /&gt; &lt;br /&gt;Am trying to find the cause for this problem and hope to fix this because until am able to do file transfer manually(through command line), I won't be able to do it from my FTP application as we are following the same steps done in the manual transfer.&lt;br /&gt; &lt;br /&gt;Any ideas why this error occurs?&lt;br /&gt;Sorry If I have posted in the wrong forum.&lt;br /&gt; &lt;br /&gt;Tha...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003093</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003093thejaswini ramesh</comments>
            <author/>
            <pubDate>Thu, 24 Apr 2008 09:20:03 MDT</pubDate>
        </item>
        <item uniqueID="8-003092">
            <title>Who can give me some examples about snmp4j?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003092</link>
            <description>Recently i want to developed a network monitoring system by using snmp4j.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003092</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003092Shengying Sun</comments>
            <author/>
            <pubDate>Thu, 24 Apr 2008 01:26:02 MDT</pubDate>
        </item>
        <item uniqueID="8-003091">
            <title>Sending SMS to Mobile from Java App</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003091</link>
            <description>Hey guys,&lt;br /&gt; &lt;br /&gt;In our project requirement, I need to send sms to the mobile from Java application.&lt;br /&gt; &lt;br /&gt;I tried the following ways:&lt;br /&gt;1. USMProLib, unfortunately from January 2008 theydon't support the USMProlib any version (Trial/licensed)&lt;br /&gt;2. I am trying using SMSj application. but I stucked over here. I can't move.&lt;br /&gt; &lt;br /&gt;Please guys any body help me in this...&lt;br /&gt; &lt;br /&gt;Hey guys please excuse me if this post shouldn't posted over here.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003091</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003091Shashidhar Rao</comments>
            <author/>
            <pubDate>Wed, 23 Apr 2008 23:18:01 MDT</pubDate>
        </item>
        <item uniqueID="8-003090">
            <title>SocketTimeoutException</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003090</link>
            <description>Hi all, &lt;br /&gt;when i'm trying to connect to a datbase and retrieve data through an externel server connection I'm getting a java.net.SocketTimeoutException.&lt;br /&gt;When I direct browse the url it gives data.&lt;br /&gt; &lt;br /&gt;im =urlc.getInputStream();&lt;br /&gt;mbfr = new BufferedReader(new InputStreamReader(urlc.getInputStream()));&lt;br /&gt; &lt;br /&gt;What ever i've written before the abouve code it prints. So i thought the exception is coming from the above code.&lt;br /&gt; &lt;br /&gt;Also i'm not getting this exeception all the time. To retrieve data I pass two dates as parameters. &lt;br /&gt;For a short period it works withhout errors.&lt;br /&gt; &lt;br /&gt;Please Help me&lt;br /&gt; &lt;br /&gt;Thank you</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003090</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003090Damithri Warnakulasuriya</comments>
            <author/>
            <pubDate>Mon, 21 Apr 2008 05:16:16 MDT</pubDate>
        </item>
        <item uniqueID="8-003088">
            <title>Can snmp4j capture packet from web?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003088</link>
            <description>Can snmp4j capture packet from web?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003088</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003088Shengying Sun</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 19:16:19 MDT</pubDate>
        </item>
        <item uniqueID="8-003087">
            <title>How to execute linux script remotely from java program on windows</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003087</link>
            <description>Hi,&lt;br /&gt;I want to execute a linux script from my java program residing on a windows machine. Can anybody help me in this regard? I can use the other tools like telnet to connect to linux machine and execute scripts but I would like to do it from the java program without going through the tools.&lt;br /&gt;Appreciate your suggestions</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003087</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003087Srinivas Kumar</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 12:06:18 MDT</pubDate>
        </item>
        <item uniqueID="8-003086">
            <title>JPEG Image Upload</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003086</link>
            <description>Hello!&lt;br /&gt; &lt;br /&gt;I am trying to send a HTTP-Upload Request to a PHP-Script on a Webserver.&lt;br /&gt; &lt;br /&gt;Basically what I am doing atm is:&lt;br /&gt;1) Read the jpeg image into a byte array&lt;br /&gt;2) Create a HTTP-Request&lt;br /&gt;3) Send the JPEG bytewise to the Server&lt;br /&gt; &lt;br /&gt;Here is my Code of the uploading method:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; private void uploadImage (byte[] byteImage) throws UnknownHostException,&lt;br /&gt; IOException {&lt;br /&gt; &lt;br /&gt; String start = getUploadStringStart();&lt;br /&gt; String end = getUploadStringEnd();&lt;br /&gt; long contentLength = start.length() + end.length() + byteImage.length;&lt;br /&gt; System.out.println (start.length());&lt;br /&gt; ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003086</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003086Peter Wolfenstein</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 11:02:18 MDT</pubDate>
        </item>
        <item uniqueID="8-003085">
            <title>java multicasting</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003085</link>
            <description>hi everybody i am looking for hints on how to implement internet radio &lt;br /&gt;using multicasting where the broadast is limited to the local network.&lt;br /&gt;i am some ideas such as using JMF or MULTITHREADING but i am not&lt;br /&gt;realy sure how to do it since i am very new to java. so please any one who knows something please tell me how to go an d what i need to need to know. i am quite good in c++ so if you can relate you discussion with c++ i would be very glad.I AM working in adeadline so please hury. THANKYOOU</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003085</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003085bdu eed</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 05:14:17 MDT</pubDate>
        </item>
        <item uniqueID="8-003084">
            <title>HTTPS File download</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003084</link>
            <description>Hi there.&lt;br /&gt; &lt;br /&gt;I need to download files through my program from an https site.&lt;br /&gt;I've done this through ftp. But can't see how it's done through https.&lt;br /&gt;Can it be done? How?&lt;br /&gt; &lt;br /&gt;Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003084</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003084Dylan Margoczi</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 08:33:01 MDT</pubDate>
        </item>
        <item uniqueID="8-003084">
            <title>HTTPS File download</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003084</link>
            <description>Hi there.&lt;br /&gt; &lt;br /&gt;I need to download files through my program from an https site.&lt;br /&gt;I've done this through ftp. But can't see how it's done through https.&lt;br /&gt;Can it be done? How?&lt;br /&gt; &lt;br /&gt;Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003084</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003084Dylan Margoczi</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 07:59:01 MDT</pubDate>
        </item>
        <item uniqueID="8-003083">
            <title>accesing data from an IP address</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003083</link>
            <description>Suppose I have developed a web application which is deployed on the webserver, now our LAN has 6 computers attached.IP Addresses of these computers is known to me. Now this application will keep on fetching the data after every 2 secs from all the PCs in this network, go to a particular folder in each of the computers and read the most recent file and upload its details to the database simultaneously.How to build this kind of application? Totally in a confused state of mind.Some code snippets or tutorials will be of great help.Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003083</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003083Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 07:15:02 MDT</pubDate>
        </item>
        <item uniqueID="8-003083">
            <title>accesing data from an IP address</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003083</link>
            <description>Suppose I have developed a web application which is deployed on the webserver, now our LAN has 6 computers attached.IP Addresses of these computers is known to me. Now this application will keep on fetching the data after every 2 secs from all the PCs in this network, go to a particular folder in each of the computers and read the most recent file and upload its details to the database simultaneously.How to build this kind of application? Totally in a confused state of mind.Some code snippets or tutorials will be of great help.Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003083</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003083Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 03:27:00 MDT</pubDate>
        </item>
        <item uniqueID="8-003082">
            <title>Unable to create a Socket object</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003082</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I was trying to create a socket object using the following code:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;import java.net.*;&lt;br /&gt; &lt;br /&gt;class ChatServer {&lt;br /&gt; &lt;br /&gt;public static void main(String[] args) {&lt;br /&gt; &lt;br /&gt;try {&lt;br /&gt;Socket sk = new Socket("127.0.0.1", 5000);&lt;br /&gt;} catch (Exception ex) {&lt;br /&gt;ex.printStackTrace();&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;But when i run the compiled bytecode (class file) the machine throws an exception with the following stack trace:&lt;br /&gt;&lt;i&gt;&lt;br /&gt;java.net.ConnectException: Connection refused: connect&lt;br /&gt;at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;br /&gt;at java.net.PlainSocketImpl.doConnect(Unknown Source)&lt;br /&gt;at java.net.PlainSocketImpl.connect...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003082</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=8&amp;t=003082</comments>
            <pubDate>Mon, 14 Apr 2008 05:51:17 MDT</pubDate>
        </item>
    </channel>
</rss>
