Error in GDS
Jeremy Gaultier
webmaster at METEOROLOGIC.NET
Tue Sep 12 04:46:20 EDT 2006
Hello,
I have just installed and to configure my waiter GDS, I meet an error when I
wish to test the data of test.
Here the URL of the waiter : http://ns35356.ovh.net:9090/dods/
My file of configuration (gds.xml)
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a configuration file for the GrADS Data Server.
See README and doc/index.html for general GDS information.
See doc/tag-ref.html for help editing this file.
If you want to revert your GDS to its "factory settings", overwrite
gds.xml with the file gds.xml.reference.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<gds>
<catalog temp_size_limit="0">
<data>
<dataset name = "test"
file = "testdata/test.ctl"
das = "testdata/extra.das"
url = "http://www.iges.org/grads/gds/"
format = "ctl">
<!-- Note that carriage returns are treated by the XML parser
as blanks, but newlines can be inserted by using character 10
( ) as shown below-->
<metadata var="sst" name="extra_config_file_attribute"
value="An attribute from the GDS configuration file.
Attributes can contain multiple lines if needed."/>
</dataset>
<!-- specify public datasets here -->
<mapdir name="private">
<dataset name = "test_private" file = "testdata/test.ctl"/>
<!-- specify private datasets here -->
</mapdir>
</data>
</catalog>
<log mode="file" file="log/gds.log" level="info" />
<grads>
<invoker grads_bin="/usr/local/bin/gradsnc" />
<!-- edit this tag to point to your GrADS distribution -->
</grads>
<servlet>
<filter-abuse enabled="false" hits="1000" timeout="24" />
<filter-overload enabled="false" limit="20" />
<!-- edit these tags to enable 'throttling' features -->
<filter-analysis enabled="true" />
</servlet>
<mapper>
<service-admin auth="rte" />
</mapper>
<privilege_mgr default="public">
<ip_range mask="127.0.0.1" privilege="private" />
<privilege name="public">
<!-- edit this tag to control public access -->
<deny path="private" />
</privilege>
<privilege name="private" /> <!-- no deny tags, allows full access -->
<!-- specify more privilege sets and IP range assignments here -->
</privilege_mgr>
</gds>
Thank you for your assistance.
More information about the gradsusr
mailing list