source: other-projects/trunk/gs3-webservices-democlient/src/GSearchInstaller/runSOAPClient.sh@ 15736

Last change on this file since 15736 was 15736, checked in by ak19, 16 years ago

GSearchInstaller.jar executable, src code, docs

  • Property svn:executable set to *
File size: 856 bytes
Line 
1#!/bin/sh
2#$Id: runSOAPClient.sh,v 1.2 2006/12/11 14:16:25 cwilper Exp $
3
4# <p><b>License and Copyright: </b>The contents of this file will be subject to the
5# same open source license as the Fedora Repository System at www.fedora.info
6# It is expected to be released with Fedora version 2.2.
7
8# Copyright &copy; 2006 by The Technical University of Denmark.
9# All rights reserved.</p>
10
11# @author [email protected]
12# @version
13
14LIB=FEDORA_GSEARCH/WEB-INF/lib
15JARS=$LIB/fedora-client.jar:$LIB/log4j-1.2.14.jar:$LIB/activation-1.0.2.jar:$LIB/axis.jar:$LIB/commons-discovery.jar:$LIB/commons-logging.jar:$LIB/jaxrpc.jar:$LIB/mail.jar:$LIB/saaj.jar:$LIB/lucene-core-2.0.0.jar:$LIB/wsdl4j-1.5.1.jar:$LIB/PDFBox-0.7.2.jar:$LIB/xml-apis.jar
16
17java -Xms64m -Xmx96m -cp FEDORA_GSEARCH/WEB-INF/classes:$JARS dk.defxws.fedoragsearch.client.SOAPClient $1 $2 $3 $4 $5 $6 $7 $8
Note: See TracBrowser for help on using the repository browser.