Application Server: Command Line Interface
From Resin 4.0 Wiki
(Difference between revisions)
(Created page with "The Resin application server command-line interface lets your configure, monitor and manage the application server.") |
|||
Line 1: | Line 1: | ||
+ | {{Config}} {{WebServer}} | ||
+ | |||
The Resin application server command-line interface lets your configure, monitor and manage the | The Resin application server command-line interface lets your configure, monitor and manage the | ||
application server. | 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 |
Latest revision as of 00:00, 29 February 2012
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