Changes for page Wonder JavaMonitor and wotaskd
Last modified by Pascal Robert on 2023/08/10 22:21
From version 135.1
edited by David Avendasora
on 2010/11/29 19:35
on 2010/11/29 19:35
Change comment:
There is no comment for this version
To version 131.1
edited by Pascal Robert
on 2010/11/28 08:33
on 2010/11/28 08:33
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. avendasora1 +XWiki.probert - Content
-
... ... @@ -2,31 +2,26 @@ 2 2 3 3 === Introduction === 4 4 5 - WebObject'swotaskd and JavaMonitordeployment toolswere open sourcedin WebObjects 5.4.The source wasthen quicklymodified and included in Project Wonder.Substantialimprovementsin bothfunctionalityandlook-and-feelhavebeenmade overtheyears since their release asopensource. These improvedversions of **wotaskd.woa** and **JavaMonitor.woa** are available asfull Wonder applications.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. 6 6 7 -[[image: WonderJavaMonitor.png||border="1"]]7 +[[image:LaunchBarScreenSnapz001.png||border="1"]] 8 8 9 -=== Whereto get them===9 +=== Misc === 10 10 11 - Youcaneither download them pre-built from[[Wonder'sHudson build server>>http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/]] or build them from the source code.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 12 13 - To buildthem from thesource, simplyrunthe followingCommandfromtheWonderdirectory at the root of the Wondersourcecodedirectory:13 +If you build everything from Wonder source, you can run : 14 14 15 15 {{code}} 16 -ant frameworksdeployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true16 +ant deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true 17 17 {{/code}} 18 18 19 - {{info title="What this command does:"}}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 20 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 21 +{{code}} 22 +ant frameworks 23 +{{/code}} 25 25 26 - 27 - 28 -{{/info}} 29 - 30 30 === Statistics === 31 31 32 32 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 :