Revision 4161
Added by daigle over 16 years ago
lib/metacat.properties.metadata.xml | ||
---|---|---|
142 | 142 |
Secure port where Metacat will be available. |
143 | 143 |
</description> |
144 | 144 |
</config> |
145 |
|
|
145 |
|
|
146 | 146 |
<config> |
147 | 147 |
<key>application.tomcatDir</key> |
148 | 148 |
<label>Tomcat Location</label> |
149 |
<group>3</group>
|
|
150 |
<index>1</index>
|
|
149 |
<group>2</group>
|
|
150 |
<index>4</index>
|
|
151 | 151 |
<description> |
152 | 152 |
The directory where Tomcat is installed. |
153 | 153 |
</description> |
... | ... | |
156 | 156 |
<config> |
157 | 157 |
<key>application.deployDir</key> |
158 | 158 |
<label>Deploy Location</label> |
159 |
<group>3</group>
|
|
160 |
<index>2</index>
|
|
159 |
<group>2</group>
|
|
160 |
<index>5</index>
|
|
161 | 161 |
<description> |
162 | 162 |
The directory where the application is deployed. |
163 | 163 |
</description> |
164 | 164 |
</config> |
165 |
|
|
166 |
<config> |
|
167 |
<key>ldap.allowedSubmitters</key> |
|
168 |
<label>Allowed Submitters</label> |
|
169 |
<group>3</group> |
|
170 |
<index>1</index> |
|
171 |
<description>Allowed Submitters</description> |
|
172 |
<helpFile>properties.html#ldap.allowed</helpFile> |
|
173 |
</config> |
|
165 | 174 |
|
166 | 175 |
<config> |
176 |
<key>ldap.deniedSubmitters</key> |
|
177 |
<label>Denied Submitters</label> |
|
178 |
<group>3</group> |
|
179 |
<index>2</index> |
|
180 |
<description>Denied Submitters</description> |
|
181 |
<helpFile>properties.html#ldap.denied</helpFile> |
|
182 |
</config> |
|
183 |
|
|
184 |
<config> |
|
167 | 185 |
<key>application.context</key> |
168 | 186 |
<label>Metacat Context</label> |
169 | 187 |
<group>3</group> |
... | ... | |
218 | 236 |
</description> |
219 | 237 |
</config> |
220 | 238 |
|
221 |
<!-- |
|
222 |
<config> |
|
223 |
<key>application.cgiDir</key> |
|
224 |
<label>Relative CGI Directory</label> |
|
225 |
<group>Application Configuration</group> |
|
226 |
<index>7</index> |
|
227 |
<description>Relative path to the CGI bin directory. For instance /cgi-bin.</description> |
|
228 |
</config> |
|
229 |
|
|
230 |
<config> |
|
231 |
<key>application.eml-version</key> |
|
232 |
<label>EML Version</label> |
|
233 |
<group>Application Configuration</group> |
|
234 |
<index>8</index> |
|
235 |
<description>Which version of EML is in use.</description> |
|
236 |
</config> |
|
237 |
--> |
|
238 |
|
|
239 | 239 |
</metadataConfig> |
Also available in: Unified diff
move allowed submitters and denied submitters to main properties configuration section.