Changes for page Wonder JavaMonitor and wotaskd
Last modified by Pascal Robert on 2023/08/10 22:21
From 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
To version 129.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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.avendasora - Content
-
... ... @@ -1,27 +1,37 @@ 1 +[[image:WonderJavaMonitor.png||border="1"]] 2 + 1 1 {{toc}}{{/toc}} 2 2 3 3 === Introduction === 4 4 5 - wotaskd andJavaMonitor were opensourcedwhen WebObjects5.4 was releasedin2007. In2008and2009,the sourcewasmodifiedand includedin ProjectWonder.This isthelist of additions that were addedto theWonderions of the tools.7 +JavaMonitor is a web-based tool used to configure and maintain deployed WebObjects applications. It is capable of handling multiple WebObjects applications, multiple instances of each application, and multiple WebObjects Applications Servers. In most cases you'll have one instance of JavaMonitor controlling all instances of your applications, even if they are spread across multiple Application Servers. 6 6 7 - [[image:LaunchBarScreenSnapz001.png||border="1"]]9 +wotaskd (WebObjects task daemon) is the WebObjects Deployment tool that manages the instances on an Application Server. It's used by Monitor to propagate site configuration changes throughout the site's application hosts. 8 8 9 - ===Misc===11 +Apple released the original wotaskd and JavaMonitor to the community as open source 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. These improved versions of **wotaskd.woa** and **JavaMonitor.woa** are available as standard Wonder applications. 10 10 11 - Thecommunity's improvedversions of **wotaskd.woa**and **JavaMonitor.woa** arenow available as full Wonder applications.You can downloadthempre-built from the [[Hudson Wonder build server>>http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/]].13 +=== Where to get them === 12 12 13 - If youbuildeverythingfrom Wonder source, youn:15 +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. 14 14 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 + 15 15 {{code}} 16 -ant deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true 20 +ant frameworks deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true 17 17 {{/code}} 18 18 19 - The //-Ddeployment.standalone=true// argument will embed the requiredframeworksin wotaskd and JavaMonitor. Please note thatyou haveto build the Wonder frameworksbeforecalling //ant deployment.tools//, if you get classpath errors whenbuildingthedeployment tools, first run:23 +{{info title="What this command does:"}} 20 20 21 -{{code}} 22 -ant frameworks 23 -{{/code}} 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. 24 24 31 + 32 + 33 +{{/info}} 34 + 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 :