Difference between revisions of "Pdm tomcat nxd"
From SDU
(New page: This utility is used to manage the tomcat daemon == Usage == pdm_tomcat_nxd [-h] [-s] [-S (server_name)] [-c (start|shutdown|stop|exit)] [-d (start|shutdown|stop|exit)] [-C] <br> {| |- ! ...) |
m (Reverted edits by Agegeleruvy (Talk); changed back to last version by Gityerfix) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | [[Category:Commands]] | ||
| + | {{Global Header}} | ||
| + | {{Global Announcement}} | ||
| + | |||
| + | == Overview == | ||
This utility is used to manage the tomcat daemon | This utility is used to manage the tomcat daemon | ||
| + | |||
== Usage == | == Usage == | ||
| − | pdm_tomcat_nxd [-h] [-s] [-S | + | pdm_tomcat_nxd [-h] [-s] [-S server_name] [-c start|shutdown|stop|exit] [-d start|shutdown|stop|exit] [-C] |
| − | |||
{| | {| | ||
|- | |- | ||
| Line 34: | Line 40: | ||
|- | |- | ||
|} | |} | ||
| − | |||
== Examples == | == Examples == | ||
| Line 42: | Line 47: | ||
*Start tomcat daemon | *Start tomcat daemon | ||
pdm_tomcat_nxd -c start | pdm_tomcat_nxd -c start | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 05:26, 30 November 2010
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
This utility is used to manage the tomcat daemon
Usage
pdm_tomcat_nxd [-h] [-s] [-S server_name] [-c start|shutdown|stop|exit] [-d start|shutdown|stop|exit] [-C]
| Command | Description | Remarks |
|---|---|---|
| -h | Help | |
| -s | When running as a daemon will start tomcat now | |
| -S | ||
| -c | Command tomcat through tomcat daemon | |
| -d | Command tomcat directly | |
| -C | Provide a new command line without start or stop. Valid for daemon. |
Examples
- Stop tomcat daemon
pdm_tomcat_nxd -c stop
- Start tomcat daemon
pdm_tomcat_nxd -c start