Changes for page Deployment

Last modified by Gavin Eadie on 2013/07/02 18:57

From version 20.1
edited by Pascal Robert
on 2010/11/20 02:08
Change comment: There is no comment for this version
To version 22.1
edited by David Avendasora
on 2010/11/30 02:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
Content
... ... @@ -1,1 +1,28 @@
1 -This page is the parent page for all pages related to deployment. Check the child pages at the bottom for more information about deployment.
1 +=== Introduction ===
2 +
3 +This page have child pages for information about specific deployment tasks, check the child page list at the bottom of this page.
4 +
5 +=== Deployment Basics ===
6 +
7 +A deployment setup consists of 4 parts:
8 +
9 +* Your Application
10 +* wotaskd.woa
11 +* JavaMonitor.woa (formally know as WOMonitor)
12 +* A module for your Web server (Apache or IIS)
13 +
14 +wotaskd.woa is a daemon and is also a WebObjects application. Its main task is to start up instances of your applications when the application server is restarted. wotaskd also receives lifebeats from your application instances, if wotaskd stops receiving lifebeats after a certain amount of time, it will assume that your application is dead.
15 +
16 +JavaMonitor is simply a Web front-end to manage your wotaskd configuration. You can use one copy of JavaMonitor to manage multiple wotaskd daemons running on different application servers.
17 +
18 +The job of the module for your Web server is to talk to wotaskd to find the list of available applications and act as a request proxy between the browser on the client-side and your application.
19 +
20 +Usually, people run wotaskd, JavaMonitor, their applications and the Web server on the same server, but it's also possible to run each part on different servers if needed.
21 +
22 +=== Deployment Podcast ===
23 +
24 +You can learn more about deployment by listening to the [[Practical Deployment>>http://www.wocommunity.org/podcasts/wowodc/east09/WOWODC09E-Deployment.mov]] session from WOWODC 2009, available from the [[podcast page>>http://www.wocommunity.org/webobjects_screencasts.html]] on wocommunity.org.
25 +
26 +=== Differences between Apple's and Wonder's versions of the deployment tools ===
27 +
28 +wotaskd and JavaMonitor were released by Apple to the community as open source when WebObjects 5.4 was released in 2007. They were added to Wonder and improvements and bug fixes were made to the tools. We strongly suggest that you use the [[Wonder Versions>>WO:Wonder JavaMonitor and wotaskd]].