Changeset 430
- Timestamp:
- 01/31/08 08:39:52 (1 year ago)
- Files:
-
- lucene-ws/branches/cleanup/README (modified) (3 diffs)
- lucene-ws/branches/cleanup/conf/web.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lucene-ws/branches/cleanup/README
r343 r430 21 21 =============================================================================================== 22 22 23 properties -file When present in initial parameters, service will replace all initial23 properties.file When present in initial parameters, service will replace all initial 24 24 parameters with those contained within the file pointed to by the value. 25 25 … … 38 38 AUTHORS 39 39 40 Adam Paynter <adam.paynter@ unb.ca>41 Brian Cassidy <brian.cassidy@ nald.ca>40 Adam Paynter <adam.paynter@gmail.com> 41 Brian Cassidy <brian.cassidy@gmail.com> 42 42 43 43 CONTRIBUTORS … … 45 45 Darren Osten 46 46 Kris Resellmo 47 Kirk Beers lucene-ws/branches/cleanup/conf/web.xml
r252 r430 10 10 <!-- ADJUST THESE SETTINGS BELOW AS NECESSARY --> 11 11 <!-- 12 I n the presence of 'properties.file' it detected, web service will attempt13 to repopulate parameters with those found within the file pointed to by14 the 'properties-file' name/value pairvalue.12 If the presence of a 'properties.file' parameter is detected, the web 13 service will attempt to repopulate the parameters with those found 14 within the file specified as the value. 15 15 --> 16 16 <init-param>
