Hi,
just a wild guess: if you have TDS version < 4.1.3, you need to give the
full path to paletteLocationDir and ogcMetaXML.
Heiko
On 2010-03-12 18:37, Kevin L. Manross wrote:
>
> Hi All,
>
> I've been going through the TDS tutorial (which is quite helpful, by the
> way) and have been able to serve my data (testing on my workstation).
> I've been trying to set up the WMS capability, but seem to have run into
> a wall.
> My catalog.xml looks like:
>
> <service name="all" base="" serviceType="compound">
> <service name="odap" serviceType="OpenDAP" base="/thredds/dodsC/" />
> <service name="http" serviceType="HTTPServer"
> base="/thredds/fileServer/" />
> <!--service name="wcs" serviceType="WCS" base="/thredds/wcs/" /-->
> <service name="wms" serviceType="WMS" base="/thredds/wms/" />
> <!--service name="ncss" serviceType="NetcdfSubset"
> base="/thredds/ncss/" /-->
> </service>
>
> <datasetRoot path="test" location="content/testdata/" />
>
> <datasetScan name="Test WDSSII Data" ID="testWDSSIIData"
> path="TestAllWDSSII"
> location="/mnt/home/manross/Projects/WDSSII_NetCDF/THREDDS_Install/Data">
> <metadata inherited="true">
> <serviceName>all</serviceName>
> <dataType>Grid</dataType>
> </metadata>
>
> </datasetScan>
>
>
> and my threddsConfig.xml looks like:
>
>
> <WMS>
> <allow>true</allow>
> <paletteLocationDir>pallettes/</paletteLocationDir>
> <ogcMetaXML>OGCMeta.xml</ogcMetaXML>
> <dir>/tmp/ncache/</dir>
> <scour>15 min</scour>
> <maxAge>30 min</maxAge>
> </WMS>
>
> I've moved the pallettes directory and the OGCMeta.xml to
> tomcat6/content/thredds
> and restarted the tomcat server, but whenever I try to connect via my
> web browser, or the toolsUI FeatureType/WMS capability, I get a
> "forbidden" response.
>
> Can someone shed a little light on to what I'm missing?
>
> Many thanks!
>
> -kevin.
>
>