Project

General

Profile

« Previous | Next » 

Revision 4171

Added by daigle over 16 years ago

Add help file sections and move application.tomcatDir to replication.logdir

View differences:

lib/metacat.properties.metadata.xml
121 121
		<description>
122 122
			Name of the server where Metacat will be available.
123 123
		</description>
124
		<helpFile>properties.html#server.name</helpFile>
124 125
	</config>
125 126

  
126 127
	<config>
......
131 132
		<description>
132 133
			Non secure port where Metacat will be available.
133 134
		</description>
135
		<helpFile>properties.html#server.httpPort</helpFile>
134 136
	</config>
135 137

  
136 138
	<config>
......
141 143
		<description>
142 144
			Secure port where Metacat will be available.
143 145
		</description>
146
		<helpFile>properties.html#server.httpSSLPort</helpFile>
144 147
	</config>
145 148
	
146 149
	<config>
147
		<key>application.tomcatDir</key>
148
		<label>Tomcat Location</label>
149
		<group>2</group>
150
		<index>4</index>
151
		<description>
152
			The directory where Tomcat is installed.
153
		</description>
154
	</config>
155
	
156
	<config>
157 150
		<key>application.deployDir</key>
158 151
		<label>Deploy Location</label>
159 152
		<group>2</group>
160
		<index>5</index>
153
		<index>4</index>
161 154
		<description>
162 155
			The directory where the application is deployed.
163 156
		</description>
157
		<helpFile>properties.html#application.deployDir</helpFile>
164 158
	</config>
165 159
	
166 160
	<config>
......
169 163
		<group>3</group>
170 164
		<index>1</index>
171 165
		<description>Allowed Submitters</description>
172
		<helpFile>properties.html#ldap.allowed</helpFile>
166
		<helpFile>properties.html#ldap.allowedSubmitters</helpFile>
173 167
	</config>
174 168

  
175 169
	<config>
......
178 172
		<group>3</group>
179 173
		<index>2</index>
180 174
		<description>Denied Submitters</description>
181
		<helpFile>properties.html#ldap.denied</helpFile>
175
		<helpFile>properties.html#ldap.deniedSubmitters</helpFile>
182 176
	</config>
183 177

  
184 178
	<config>
......
190 184
			Name of the context under which Metacat will run. This is
191 185
			the directory in which the Metacat war file is deployed.
192 186
		</description>
187
		<helpFile>properties.html#application.context</helpFile>
193 188
	</config>
194 189

  
195 190
	<config>
......
201 196
			Custom display style for Metacat. Use default if there is no
202 197
			custom style.
203 198
		</description>
199
		<helpFile>properties.html#application.default-style</helpFile>
204 200
	</config>
205 201

  
206 202
	<config>
......
212 208
			Location of KNB website. Usually left as
213 209
			http://knb.ecoinformatics.org
214 210
		</description>
211
		<helpFile>properties.html#application.knbSiteURL</helpFile>
215 212
	</config>
216 213

  
217 214
	<config>
......
223 220
			Where to store data. This should be some location outside
224 221
			the knb install direcories.
225 222
		</description>
223
		<helpFile>properties.html#application.datafilepath</helpFile>
226 224
	</config>
227 225

  
228 226
	<config>
......
234 232
			Where to store inline data. This should be some location
235 233
			outside the knb install direcories.
236 234
		</description>
235
		<helpFile>properties.html#application.inlinedatafilepath</helpFile>
237 236
	</config>
237
	
238
	<config>
239
		<key>replication.logdir</key>
240
		<label>Replication Log Directory</label>
241
		<group>3</group>
242
		<index>8</index>
243
		<description>
244
			The directory where replication log should be located.
245
		</description>
246
	</config>
238 247

  
239 248
</metadataConfig>

Also available in: Unified diff