Zsolt Koppany wrote:

> I use tomcat but I think it must be done over the http protocol?
>

Check out the java.net.URLConnection class, which lets you connect to remote
servers.  If you try to access a non-existent page, you will get a
java.io.FileNotFoundException back.

>
> Zsolt
>

Craig McClanahan

Reply via email to