Application Server: Command Line Interface
From Resin 4.0 Wiki
The Resin application server command-line interface lets your configure, monitor and manage the application server.
starting and stopping the web server
starting Resin
unix> resinctl start
stopping Resin
unix> resinctl stop
restarting Resin
unix> resinctl restart
shutdown the Resin watchdog
unix> resinctl shutdown
reporting
pdf report'
unix> resinctl pdf-report
status
unix> resinctl status
deploy web-app
deploy war file
unix> resinctl deploy ROOT.war
undeploy war file
unix> resinctl undeploy ROOT