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

From version 66.1
edited by David Avendasora
on 2011/04/25 12:42
Change comment: There is no comment for this version
To version 77.1
edited by David Avendasora
on 2010/11/30 01:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Wonder JavaMonitor and wotaskd
1 +Wonder wotaskd and JavaMonitor
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 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.
16 16  
17 -To build them from the [[Wonder source code>>WONDER:Downloading, Building, Installing and Upgrading Wonder Source Code]], simply run the following command from the Wonder directory at the root of the Wonder source.
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 18  
19 19  {{code}}
20 20  ant frameworks deployment.tools -Dwonder.patch=54 -Ddeployment.standalone=true
... ... @@ -220,20 +220,8 @@
220 220  
221 221  {{/code}}
222 222  
223 -{{code title="Delete an Instance"}}
223 +{{code title="Delete an Instance :"}}
224 224  
225 225  curl -X GET http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/ra/mApplications/AjaxExample/deleteInstance?id=1
226 226  
227 227  {{/code}}
228 -
229 -{{code title="Configuring the Site"}}
230 -
231 -curl -X PUT -d "{woAdaptor:'www.mydomain.com'}" http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/ra/mSiteConfig.json
232 -
233 -{{/code}}
234 -
235 -Note that before configuring the site you must first add a host. If you attempt to configure the site prior to adding a host you will get an InvalidStateException.
236 -
237 -=== Troubleshooting ===
238 -
239 -If JavaMonitor won't start up check the [[troubleshooting deployment>>WO:Troubleshooting Deployment]] section. In particular pay attention to the [[WOTaskd Didn't Start>>WO:Troubleshooting Deployment]] Q&A.