export CODEBASE=/root/J2EEProjects/RMIExample
echo "Starting the RMI server object ..."
java -Djava.rmi.server.codebase=file:$CODEBASE/ -Djava.security.policy=file:$CODEBASE/RMIObjAccess.policy RMIServer

