Changes for page Wonder JavaMonitor and wotaskd
Last modified by Pascal Robert on 2023/08/10 22:21
From version 130.1
edited by David Avendasora
on 2010/11/29 19:56
on 2010/11/29 19:56
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
-
... ... @@ -1,37 +3,27 @@ 1 -[[image:WonderJavaMonitor.png||border="1"]] 2 - 3 3 {{toc}}{{/toc}} 4 4 5 5 === Introduction === 6 6 7 -JavaMonitor is aweb-basedtool usedtoconfigureandmaintaindeployedWebObjectsapplications.It iscapableof handlingmultipleWebObjectsapplications,multipleinstances ofachapplication, andmultipleWebObjectsApplications Servers.In most cases you'llhave oneinstanceof JavaMonitorcontrollingallinstancesofyourapplications,even iftheyarespreadacrossmultipleApplicationServers.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. 8 8 9 - wotaskd (WebObjects task daemon)is the WebObjects Deployment tool that manages the instances onan ApplicationServer. It's used by Monitor topropagate site configuration changes throughout thesite's application hosts.7 +[[image:LaunchBarScreenSnapz001.png||border="1"]] 10 10 11 - Applereleased the original wotaskd and JavaMonitor to the community asopen sourcein 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. These improved versions of **wotaskd.woa** and **JavaMonitor.woa** are available as standard Wonder applications.9 +=== Misc === 12 12 13 - === Where toget them===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/]]. 14 14 15 - Youcan either downloadthem pre-built from[[Wonder'sHudson build server>>http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/]] orbuild them from the sourcecode.13 +If you build everything from Wonder source, you can run : 16 16 17 -To build them from the [[Wonder source code>>WONDER:Download Wonder Source, Build, Install and Upgrade]], simply run the following command from the Wonder directory at the root of the Wonder source. 18 - 19 19 {{code}} 20 -ant frameworksdeployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true16 +ant deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true 21 21 {{/code}} 22 22 23 - {{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: 24 24 25 -* *ant*: calls Apache Ant. It is assumed that you have this already installed. 26 -* *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. 27 -* *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. 28 -* *\-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. 29 -* *\-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}} 30 30 31 - 32 - 33 -{{/info}} 34 - 35 35 === Statistics === 36 36 37 37 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 :