Last modified by Pascal Robert on 2023/08/10 22:21

From version 142.1
edited by David Holt
on 2010/11/26 21:52
Change comment: There is no comment for this version
To version 132.1
edited by Pascal Robert
on 2010/11/28 08:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.probert
Content
... ... @@ -1,7 +1,27 @@
1 +{{toc}}{{/toc}}
2 +
1 1  === Introduction ===
2 2  
3 -wotaskd and JavaMonitor were open sourced when WebObjects 5.4 was released in 2007. In 2008 and 2009, the source was modified and included in Project Wonder. This is the list of additions that were added to the Wonder versions of the tools. [[image:LaunchBarScreenSnapz001.png||border="1"]]
5 +wotaskd and JavaMonitor were open sourced when WebObjects 5.4 was released in 2007. In 2008 and 2009, the source was modified and included in Project Wonder. This is the list of additions that were added to the Wonder versions of the tools.
4 4  
7 +[[image:LaunchBarScreenSnapz001.png||border="1"]]
8 +
9 +=== Misc ===
10 +
11 +The community's improved versions of **wotaskd.woa** and **JavaMonitor.woa** are now available as full Wonder applications. You can download them pre-built from the [[Hudson Wonder build server>>http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/]].
12 +
13 +If you build everything from Wonder source, you can run :
14 +
15 +{{code}}
16 +ant deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true
17 +{{/code}}
18 +
19 +The //-Ddeployment.standalone=true// argument will embed the required frameworks in wotaskd and JavaMonitor. Please note that you have to build the Wonder frameworks before calling //ant deployment.tools//, if you get classpath errors when building the deployment tools, first run:
20 +
21 +{{code}}
22 +ant frameworks
23 +{{/code}}
24 +
5 5  === Statistics ===
6 6  
7 7  If you call [[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/wa/statistics]], the answer send you back statistics, in JSON format, about instances, per application. Sample :
... ... @@ -158,21 +158,3 @@
158 158  curl -X POST -d "{id: 'otherserver.com',type: 'MHost', osType: 'MACOSX',address: '192.168.20.5', name: 'otherserver.com'}" http://127.0.0.1:56789/apps/WebObjects/JavaMonitor.woa/ra/mHosts.json
159 159  
160 160  {{/code}}
161 -
162 -=== Misc ===
163 -
164 -The community's improved versions of **wotaskd.woa** and **JavaMonitor.woa** are now available as full Wonder applications. You can download them pre-built from the [[Hudson Wonder build server>>http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/]].
165 -
166 -Alternatively you can build them from Wonder source and embed the frameworks or copy the frameworks into the //appserver// user home (on OS X 10.5, it's in ///var/empty//).
167 -
168 -If you build everything from Wonder source, you can run :
169 -
170 -{{code}}
171 -ant deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true
172 -{{/code}}
173 -
174 -Please note that you have to build the Wonder before calling //ant deployment.tools//, if you get classpath errors when building the deployment tools, first run:
175 -
176 -{{code}}
177 -ant frameworks
178 -{{/code}}