Use these scripts to start or stop only the processes you need for the VRC application.
Note: User names and passwords are required when you stop the VRC server.
To start VRC, Tomcat, and MySQL:
start_server.sh
To stop VRC, Tomcat, and MySQL:
stop_server.sh -u <username> -p <password>
To start only the VRC server:
start_gdpm.sh
To stop only the VRC server:
stop_gdpm.sh -u <username> -p <password>