Re: Java Web Start



Andrew Thompson wrote:
OTOH, those paths look decidedly wrong.
Here is an example URL for a file on the D: drive
of my local system.

file:/D:/projects/TellURL.java


Actually the url's were correct and yours is wrong :-)
From RFC 1738 (Uniform Resource Locators) section 3.10:

3.10 FILES

The file URL scheme is used to designate files accessible on a
particular host computer. This scheme, unlike most other URL schemes,
does not designate a resource that is universally accessible over the
Internet.

A file URL takes the form:

file://<host>/<path>

where <host> is the fully qualified domain name of the system on
which the <path> is accessible, and <path> is a hierarchical
directory path of the form <directory>/<directory>/.../<name>.

For example, a VMS file

DISK$USER:[MY.NOTES]NOTE123456.TXT

might become

<URL:file://vms.host.edu/disk$user/my/notes/note12345.txt>

As a special case, <host> can be the string "localhost" or the empty
string; this is interpreted as `the machine from which the URL is
being interpreted'.

The file URL scheme is unusual in that it does not specify an
Internet protocol or access method for such files; as such, its
utility in network protocols between hosts is limited.
.



Relevant Pages

  • Re: rsh moving me to ssh
    ... > copying the id_rsa.pub to the remote system. ... > key for the host 'kingdom' on your local system. ... > line that has the IP address for the kingdom host) and try again. ... My local host is a SGI computer and the remote host is a PC running ...
    (comp.unix.questions)
  • Re: How to kill spam?
    ... border host which knows to which mailhost to route that traffic). ... E-mail addresses are defined under the mailto: URL scheme in RFC 1738 ... the identified host or subdomain identified at the left end of the ...
    (microsoft.public.windowsxp.newusers)

Loading