One more thing: How can I tell the fmrcInventory to traverse subdirs of the
specified location? Although I have set subdirs="true" in my FMRC aggregation,
the fmrcInventory does not seem to pick up on this. Is there an extra parameter
that I need to pass to fmrcInventory? I had expected it to include all files
and subdirectories by default, like a datasetScan, but this doesn't seem to be
the case.
Mahalo,
John Maurer
----- Original Message -----
From: "John Maurer, IV" <jmaurer@xxxxxxxxxx>
Date: Friday, August 28, 2009 8:28 am
Subject: Re: [thredds] How get File_Access folder added to FMRC?
To: thredds@xxxxxxxxxxxxxxxx
> 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.