Changes for page Wonder JavaMonitor and wotaskd
Last modified by Pascal Robert on 2023/08/10 22:21
From version 60.1
edited by Pascal Robert
on 2012/01/23 04:08
on 2012/01/23 04:08
Change comment:
There is no comment for this version
To version 58.1
edited by Pascal Robert
on 2012/04/30 20:45
on 2012/04/30 20:45
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,7 +12,7 @@ 12 12 13 13 === Where To Get Them === 14 14 15 -You can either download them pre-built from [[Wonder's Hudson build server>>http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/]] or build them from the source code.15 +You can either download them pre-built from [[Wonder's Jenkins build server>>http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/]] or build them from the source code. 16 16 17 17 To build them from the [[Wonder source code>>WONDER:Getting the Wonder Source Code]], simply run the following command from the Wonder directory at the root of the Wonder source. 18 18 ... ... @@ -102,10 +102,18 @@ 102 102 103 103 {{/code}} 104 104 105 - If JavaMonitor is configured with a password, and I hope you do, pass //pw=monitorpassword// as a argument to the query :105 +{{info}} 106 106 107 - ##[[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/wa/statistics?pw=monitorpassword]]##107 +If JavaMonitor is configured with a password, and I hope you do, pass _pw=monitorpassword_ as a argument to the query : 108 108 109 +{code} 110 +{{[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/wa/statistics?pw=monitorpassword]}} 111 + 112 +{{[wget http://monitorhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/stop?type=app&name=InstanceName&pw=yourPassword]}} 113 +{code} 114 + 115 +{{/info}} 116 + 109 109 ==== Direct Actions for Management Tasks ==== 110 110 111 111 You can do most of the standard management tasks you'd normally do in JavaMonitor's web UI by calling standard WebObjects Direct Actions. Instead of using the ##/wa/## request handler though, these management tasks use a new ##/admin/## request handler. These Direct Actions can be very useful, especially if you need to restart instances or other do tasks from the command line, from within Ant or other build or deployment systems.