Server menu

This menu allows you to stop and start the application and database servers that come prepackaged with RapidJ.

Start Database Server

Attempts to start the HSQLDB ( ) database by executing the appropriate run script located in rapidj\hsqldb\ (run.bat for Windows and run.sh for other platforms).

Stop Database Server

Attempts to stop the HSQLDB database by executing the appropriate shutdown script located in rapidj\hsqldb\ (shutdown.bat for Windows and shutdown.sh for other platforms).

Start Application Server

Attempts to start the Resin ( ) application server by executing the appropriate run script located in rapidj\resin\ (run.bat for Windows and run.sh for other platforms).