Thanks Kyle and John. I simply left off the fmrcDefinition field and it worked
fine. Adding the "fileServices" compound service, as John described, allowed me
to add HTTPServer to the list of services served by the File_Access folder.
Great!
Aloha,
John
> Date: Fri, 28 Aug 2009 08:25:13 -0600
> From: John Caron <caron@xxxxxxxxxxxxxxxx>
> To: "thredds@xxxxxxxxxxxxxxxx" <thredds@xxxxxxxxxxxxxxxx>
> Subject: Re: [thredds] How get File_Access folder added to FMRC?
> Message-ID: <4A97E8C9.2010604@xxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Thanks Kyle, a little more info:
>
> The <fmrcInventory> tag is a way to include miscellaneous
> info, so its got 2 things going on. One is to define the file
> inventory with the location tag, the other unrelated thing is to
> define the fmrcDefinition.xml files (more about that later). I
> consider the whole thing a kludge that will get replaced, but
> thats what works now.
>
> some modest docs are at:
>
>
> http://www.unidata.ucar.edu/projects/THREDDS/tech/reference/DatasetFmrc.html
> of which the important part is:
>
> Adding Individual Files
>
> You must have a <fmrcInventory> element in the
> <datasetFmrc>. The location, suffix, and lastModifiedLimit
> are all passed to a dataset Scan.
>
> You must have a service named "fileServices" which is used for
> the service element on all the files.