: $Workfile:   StartSecurityServer.sh.SOL  $ $Revision:   1.0  $
#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2002 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#

exec java -server -Djava.security.manager \
        -DEMPSECURITY=$1 -Djava.library.path=$1/lib \
        com.sun.emp.security.server.SecurityServer $2 $3
