Changeset 8298
- Timestamp:
- 2004-10-12T15:45:31+13:00 (19 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/greenstone3-extensions/vishnu/web/WEB-INF/web.xml
r8297 r8298 38 38 <init-param> 39 39 <param-name>collectionsHome</param-name> 40 <param-value>enter the full path to the collections directory</param-value> 40 <!-- edit this to provide the full path to the collections directory--> 41 <!-- make sure the path separators are correct for your platform --> 42 <param-value>path-to-vishnu/collections</param-value> 41 43 </init-param> 42 44 </servlet> -
trunk/gsdl3/extensions/vishnu/web/WEB-INF/web.xml
r8297 r8298 38 38 <init-param> 39 39 <param-name>collectionsHome</param-name> 40 <param-value>enter the full path to the collections directory</param-value> 40 <!-- edit this to provide the full path to the collections directory--> 41 <!-- make sure the path separators are correct for your platform --> 42 <param-value>path-to-vishnu/collections</param-value> 41 43 </init-param> 42 44 </servlet> -
trunk/gsdl3/packages/vishnu/web/WEB-INF/web.xml
r8297 r8298 38 38 <init-param> 39 39 <param-name>collectionsHome</param-name> 40 <param-value>enter the full path to the collections directory</param-value> 40 <!-- edit this to provide the full path to the collections directory--> 41 <!-- make sure the path separators are correct for your platform --> 42 <param-value>path-to-vishnu/collections</param-value> 41 43 </init-param> 42 44 </servlet>
Note:
See TracChangeset
for help on using the changeset viewer.