Project

General

Profile

« Previous | Next » 

Revision 6989

Added by Matt Jones about 12 years ago

Updated configuration documentation in admin guide for Metacat DataONE section. Changed links in configuration utility to point at the Admin guide.

View differences:

dataone-configuration.jsp
80 80
	
81 81
	<div class="form-row">
82 82
		<img class="question-mark" src="style/images/question-mark.gif" 
83
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
83
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
84 84
		<div class="textinput-label">
85 85
			<label for="dataone.nodeName" title="A short, human-readable name for this node">Node Name</label>
86 86
		</div>
......
91 91
	</div>
92 92
	<div class="form-row">
93 93
		<img class="question-mark" src="style/images/question-mark.gif" 
94
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
94
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
95 95
		<div class="textinput-label">
96 96
			<label for="dataone.nodeDescription" title="A brief description of the node and its holdings">Node Description</label>
97 97
		</div>
......
102 102
	</div>
103 103
	<div class="form-row">
104 104
		<img class="question-mark" src="style/images/question-mark.gif" 
105
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
105
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
106 106
		<div class="textinput-label">
107 107
			<label for="dataone.memberNodeId" title="The DataONE-assigned unique identifier for this node">Node Identifier</label>
108 108
		</div>
......
113 113
	</div>
114 114
	<div class="form-row">
115 115
		<img class="question-mark" src="style/images/question-mark.gif" 
116
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
116
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
117 117
		<div class="textinput-label">
118 118
			<label for="dataone.subject" title="The account in Distinguished Name (DN) format that represents this node in all service interactions">Node Subject</label>
119 119
		</div>
......
124 124
	</div>
125 125
	<div class="form-row">
126 126
		<img class="question-mark" src="style/images/question-mark.gif" 
127
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
127
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
128 128
		<div class="textinput-label">
129 129
			<label for="dataone.contactSubject" title="A verified account in DN format to be used as the primary node contact for this node">Contact Subject</label>
130 130
		</div>
......
135 135
	</div>
136 136
	<div class="form-row">
137 137
		<img class="question-mark" src="style/images/question-mark.gif" 
138
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
138
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
139 139
		<div class="textinput-label">
140 140
			<label for="D1Client.certificate.file" title="The absolute path to the X.509 certificate used to authenticate this node">Node Certificate Path</label>
141 141
		</div>
......
146 146
	</div>
147 147
	<div class="form-row">
148 148
		<img class="question-mark" src="style/images/question-mark.gif" 
149
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
149
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
150 150
		<div class="textinput-label"><label for="dataone.nodeSynchronize" title="Enable DataONE services by synchronizing metadata">Enable DataONE Services</label></div>
151 151

  
152 152
		<%
......
181 181
	<hr class="config-line">
182 182
	<div class="form-row">
183 183
		<img class="question-mark" src="style/images/question-mark.gif" 
184
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
184
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
185 185
		<div class="textinput-label">
186 186
			<label for="dataone.nodeSynchronization.schedule.year" title="Year">Year</label>
187 187
		</div>
......
192 192
	</div>
193 193
	<div class="form-row">
194 194
		<img class="question-mark" src="style/images/question-mark.gif" 
195
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
195
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
196 196
		<div class="textinput-label">
197 197
			<label for="dataone.nodeSynchronization.schedule.mon" title="Month">Month</label>
198 198
		</div>
......
203 203
	</div>
204 204
	<div class="form-row">
205 205
		<img class="question-mark" src="style/images/question-mark.gif" 
206
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
206
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
207 207
		<div class="textinput-label">
208 208
			<label for="dataone.nodeSynchronization.schedule.mday" title="Day of Month">Day of Month</label>
209 209
		</div>
......
214 214
	</div>
215 215
	<div class="form-row">
216 216
		<img class="question-mark" src="style/images/question-mark.gif" 
217
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
217
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
218 218
		<div class="textinput-label">
219 219
			<label for="dataone.nodeSynchronization.schedule.wday" title="Day of Week">Day of Week</label>
220 220
		</div>
......
225 225
	</div>
226 226
	<div class="form-row">
227 227
		<img class="question-mark" src="style/images/question-mark.gif" 
228
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
228
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
229 229
		<div class="textinput-label">
230 230
			<label for="dataone.nodeSynchronization.schedule.hour" title="Hours">Hours</label>
231 231
		</div>
......
236 236
	</div>
237 237
	<div class="form-row">
238 238
		<img class="question-mark" src="style/images/question-mark.gif" 
239
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
239
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
240 240
		<div class="textinput-label">
241 241
			<label for="dataone.nodeSynchronization.schedule.min" title="Minutes">Minutes</label>
242 242
		</div>
......
247 247
	</div>
248 248
	<div class="form-row">
249 249
		<img class="question-mark" src="style/images/question-mark.gif" 
250
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
250
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
251 251
		<div class="textinput-label">
252 252
			<label for="dataone.nodeSynchronization.schedule.sec" title="Seconds">Seconds</label>
253 253
		</div>
......
264 264
	<hr class="config-line">
265 265
	<div class="form-row">
266 266
		<img class="question-mark" src="style/images/question-mark.gif" 
267
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
267
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
268 268
		<div class="textinput-label"><label for="dataone.nodeReplicate" title="Store replicas from other Member Nodes">Accept and Store Replicas</label></div>
269 269

  
270 270
		<%
......
294 294

  
295 295
 	<div class="form-row">
296 296
		<img class="question-mark" src="style/images/question-mark.gif" 
297
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
297
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
298 298
		<div class="textinput-label">
299 299
			<label for="dataone.replicationpolicy.default.numreplicas" title="Default Number of Replicas to be created for local objects">Default Number of Replicas</label>
300 300
		</div>
......
305 305
	</div>
306 306
  	<div class="form-row">
307 307
		<img class="question-mark" src="style/images/question-mark.gif" 
308
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
308
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
309 309
		<div class="textinput-label">
310 310
			<label for="dataone.replicationpolicy.default.preferredNodeList" title="A comma-separated list of preferred nodes to house replicas">Default Preferred Nodes</label>
311 311
		</div>
......
316 316
	</div>
317 317
   	<div class="form-row">
318 318
		<img class="question-mark" src="style/images/question-mark.gif" 
319
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/>
319
			onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/>
320 320
		<div class="textinput-label">
321 321
			<label for="dataone.replicationpolicy.default.blockedNodeList" title="A comma-separated list of blocked nodes never to house replicas">Default Blocked Nodes</label>
322 322
		</div>

Also available in: Unified diff