Changes for page Wonder JavaMonitor and wotaskd
Last modified by Pascal Robert on 2023/08/10 22:21
From version 125.1
edited by David Avendasora
on 2010/11/29 19:45
on 2010/11/29 19:45
Change comment:
There is no comment for this version
To version 134.1
edited by David Avendasora
on 2010/11/29 17:57
on 2010/11/29 17:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,32 +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 7 [[image:WonderJavaMonitor.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 build themfromthe [[Wonder sourcecode>>WONDER:Download Wonder Source,Build, Install and Upgrade]], simplyrunthe followingcommandfrom the Wonderdirectory at the root of the Wonder source.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 Apache Ant. It is assumed that you have this already installed. 22 -* *frameworks*: tells Ant to build the "frameworks" target. This may not be needed if you already have Wonder built and installed in a location Ant can find automatically. 23 -* *deployment.tools*: tells Ant to build the "deployment.tools" target. This is the target that builds both wotaskd.woa and JavaMonitor.woa. You absolutely need this one. 24 -* *\-Dwonder.patch=54*: tells Wonder to build for WebObjects version 5.4. You need this if you are building against Wonder Trunk. Some branches don't need it, but it doesn't hurt either. 25 -* *\-Ddeployment.standalone=true*: argument will embed the required Wonder and WebObjects frameworks in built applications. You need this to ensure that the required frameworks are embedded in the built applications. 21 +{{code}} 22 +ant frameworks 23 +{{/code}} 26 26 27 - 28 - 29 -{{/info}} 30 - 31 31 === Statistics === 32 32 33 33 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 :