[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: THREDDS WCS Server for Washington Univ. in St. Louis
- To: Ed Fialkowski <edfialk@xxxxxxxxx>
- Subject: Re: THREDDS WCS Server for Washington Univ. in St. Louis
- From: John Caron <caron@xxxxxxxxxxxxxxxx>
- Date: Wed, 02 Jan 2008 17:11:22 -0700
- Cc: support-thredds@xxxxxxxxxxxxxxxx
- Delivered-to: support-thredds@unidata.ucar.edu (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "John Caron", Issuer "mailhost.unidata.ucar.edu" (verified OK)) by laraine.unidata.ucar.edu (Postfix) with ESMTP id BEC9CCB19E; Wed, 2 Jan 2008 17:11:29 -0700 (MST)
- In-reply-to: <f4c7e92f0801021459sb907292h5fe5374f17f3fe9e@mail.gmail.com>
- References: <f4c7e92f0801021459sb907292h5fe5374f17f3fe9e@mail.gmail.com>
- User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
you must enable the wcs service, see:
http://www.unidata.ucar.edu/projects/THREDDS/tech/reference/ThreddsConfigXMLFile.html#WCS
Ed Fialkowski wrote:
> Hi John, I work with Stefan Falke and Rudi Husar at Wash. U. and we're
> interested in using the THREDDS WCS Server.
> I have thredds and tomcat up and running. I can browse the default
> catalog that loads from server:8080/thredds, but I'm having issues with
> the WCS side of it.
>
> When I view server:8080/thredds/wcs, I get a 403 - service forbidden
> error report, and the same for any /wcs/ requests I try.
> type Status report
> message Service not supported
> description Access to the specified resource (Service not supported) has
> been forbidden.
>
> I have added the wcs service to the default catalog:
> <service name="wcs" serviceType="WCS" base="/thredds/wcs/"
> suffix="?request=GetCapabilities&version=1.0.0&service=WCS "/>
> <datasetRoot path="testwcs" dirLocation="/data/wcs/" />
> </service>
>
> located in thredds/WEB-INF/initialContent/, but I'm just not sure what
> else to do to enable the WCS server.
> I've checked the permissioning for the wcs directories, and I don't see
> why it would be 'forbidden' when the rest of the data directories are not.
> I'm not extremely familiar with tomcat, so I'm not real sure what to do
> about a service forbidden.
>
> If you have some time, can you think of anything that might help?
> Thanks very much.
> -Ed Fialkowski