Project

General

Profile

« Previous | Next » 

Revision 3112

Added by perry almost 18 years ago

upgrade to geoserver 1.4rc5

View differences:

services.xml
9 9
WARNING, INFO, CONFIG, FINER, FINEST, in order of
10 10
Increasing statements logged.
11 11
-->
12
<loggingLevel>INFO</loggingLevel>
12
<loggingLevel>CONFIG</loggingLevel>
13 13
<!--
14 14
Sets the max number of Features returned by GetFeature
15 15
-->
......
65 65
ServiceDTO elements, needed for the capabilities document
66 66
Title and OnlineResource are the two required
67 67
-->
68
<name>Metacat Spatial WFS</name>
69
<title>Metacat Spatial WFS</title>
68
<name>My GeoServer WFS</name>
69
<title>My GeoServer WFS</title>
70 70
<abstract>
71 71
This is a description of your Web Feature Server.
72 72

  
......
79 79
<keyword>WMS</keyword>
80 80
<keyword>GEOSERVER</keyword>
81 81
</keywords>
82
<onlineResource>http://knb.ecoinformatics.org</onlineResource>
82
<onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
83 83
<fees>NONE</fees>
84
<accessConstraints>Certain functionality requires authenticated session</accessConstraints>
84
<accessConstraints>NONE</accessConstraints>
85 85
<srsXmlStyle value = "true" />
86 86
<serviceLevel value = "31" />
87 87
<citeConformanceHacks>false</citeConformanceHacks>
88
<maintainer>http://knb.ecoinformatics.org</maintainer>
88
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
89 89
</service>
90 90
<service type = "WMS" enabled = "true" >
91 91
<!--
92 92
ServiceDTO elements, needed for the capabilities document
93 93
Title and OnlineResource are the two required
94 94
-->
95
<name>Metacat Spatial WMS</name>
96
<title>Metacat Spatial WMS</title>
95
<name>My GeoServer WMS</name>
96
<title>My GeoServer WMS</title>
97 97
<abstract>
98 98
This is a description of your Web Map Server.
99 99
     </abstract>
......
102 102
<keyword>WMS</keyword>
103 103
<keyword>GEOSERVER</keyword>
104 104
</keywords>
105
<onlineResource>http://knb.ecoinformatics.org</onlineResource>
105
<onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
106 106
<fees>NONE</fees>
107
<accessConstraints>Certain functionality requires authenticated session</accessConstraints>
107
<accessConstraints>NONE</accessConstraints>
108 108
<srsXmlStyle value = "false" />
109
<maintainer>http://knb.ecoinformatics.org</maintainer>
109
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
110 110
<svgAntiAlias>true</svgAntiAlias>
111 111
</service>
112 112
</services>

Also available in: Unified diff