Added property values for log config file and ARP directory
authordousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 25 Jun 2002 20:58:08 +0000 (20:58 +0000)
committerdousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 25 Jun 2002 20:58:08 +0000 (20:58 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@194 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

bin/ArpUtil

index 3ff509a..d489701 100755 (executable)
@@ -2,7 +2,7 @@
 
 if [ -n JAVA_HOME ]
        then
-               $JAVA_HOME/bin/java -cp ../dist/shib-util.jar:../lib/log4j-1.2.3.jar edu.internet2.middleware.shibboleth.aa.arpUtil.ArpUtil $@
+               $JAVA_HOME/bin/java -Dlog.config=../webApplication/WEB-INF/conf/log4j.properties -Darp.dir=../webApplication/arps -cp ../dist/shib-util.jar:../lib/log4j-1.2.3.jar edu.internet2.middleware.shibboleth.aa.arpUtil.ArpUtil $@
        else
                echo "JAVA_HOME not set."
 fi