source: gs3-extensions/fedora/fedoragsearch-files/runRESTClient.bat@ 26379

Last change on this file since 26379 was 26379, checked in by ak19, 12 years ago

All the customised template files added to fedora 3.6.1 and fedoragsearch 2.5 to get the automated installation (using Greenstone 3's tomcat) working

File size: 547 bytes
Line 
1@echo off
2
3::pushd "%CD%"
4set startdir=%CD%
5CD /D "%~dp0"
6
7set LIB=..\WEB-INF\lib
8set JARS=%LIB%\fedora-client-3.1.jar;%LIB%\log4j-1.2.15.jar;%LIB%\activation-1.1.1.jar;%LIB%\axis.jar;%LIB%\commons-discovery.jar;%LIB%\commons-logging.jar;%LIB%\jaxrpc-api-1.1.jar;%LIB%\mail.jar;%LIB%\saaj-api-1.3.jar;%LIB%\lucene-core-2.4.0.jar;%LIB%\wsdl4j-1.5.1.jar;%LIB%\PDFBox-0.7.2.jar;%LIB%\xml-apis.jar
9
10java -cp ..\WEB-INF\classes;%JARS% dk.defxws.fedoragsearch.client.RESTClient %1 %2 %3 %4 %5 %6 %7 %8
11
12:: popd
13cd "%startdir%"
14set startdir=
Note: See TracBrowser for help on using the repository browser.