Application Server: Command Line Interface
From Resin 4.0 Wiki
(Difference between revisions)
Line 3: | Line 3: | ||
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.
[edit] 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
[edit] reporting
pdf report'
unix> resinctl pdf-report
status
unix> resinctl status
[edit] deploy web-app
deploy war file
unix> resinctl deploy ROOT.war
undeploy war file
unix> resinctl undeploy ROOT