#! /bin/sh
#
# Copyright (c) 2001-2003 Stonesoft Corporation.
# All rights reserved.

. ./initEnv.sh
. ./setClassPath.sh

echo "$@"

$JAVA_HOME/bin/java -server -Xms32M -Xmx1000M -D"java.awt.headless=true" -D"java.security.policy=$SGHOME/lib/java.policy" -D"app.id=SG_UPLOAD" -D"log=mgtlog.config" -D"SG_ROOT_DIR=$SGHOME" com.stonesoft.h2a.mgtserver.tools.ValidatePolicyClient "$@"

