#!/bin/sh

# start the server
echo "Starting ServerImpl"
cd disttictactoeserver
java serverImpl/DistTicTacToeMain -ORBInitialPort 1050 -ORBInitialHost localhost

