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

From version 133.1
edited by David Avendasora
on 2010/11/29 17:57
Change comment: There is no comment for this version
To version 135.1
edited by David Avendasora
on 2010/11/29 19:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,26 +2,31 @@
2 2  
3 3  === Introduction ===
4 4  
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.
5 +WebObject's wotaskd and JavaMonitor deployment tools were open sourced in WebObjects 5.4. The source was then quickly modified and included in Project Wonder. Substantial improvements in both functionality and look-and-feel have been made over the years since their release as open source. These improved versions of **wotaskd.woa** and **JavaMonitor.woa** are available as full Wonder applications.
6 6  
7 7  [[image:WonderJavaMonitor.png||border="1"]]
8 8  
9 -=== Misc ===
9 +=== Where to get them ===
10 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/]].
11 +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.
12 12  
13 -If you build everything from Wonder source, you can run :
13 +To build them from the source, simply run the following Command from the Wonder directory at the root of the Wonder source code directory:
14 14  
15 15  {{code}}
16 -ant deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true
16 +ant frameworks deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true
17 17  {{/code}}
18 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:
19 +{{info title="What this command does:"}}
20 20  
21 -{{code}}
22 -ant frameworks
23 -{{/code}}
21 +* *ant*: calls Ant
22 +* *frameworks*: tells Ant to build the "frameworks" target
23 +* *deployment.tools* tells Ant to build the "deployment.tools" target
24 +* *\-Ddeployment.standalone=true*: argument will embed the required Wonder and WebObjects frameworks in the wotaskd.woa
24 24  
26 +
27 +
28 +{{/info}}
29 +
25 25  === Statistics ===
26 26  
27 27  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 :