Changes for page Deployment

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

From version 35.1
edited by Kieran Kelleher
on 2010/11/30 17:00
Change comment: A very silly spelling mistake by Dave Avendasora ... surprising for such a talented guy ;-)
To version 33.1
edited by Pascal Robert
on 2012/01/23 04:12
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.probert
Content
... ... @@ -6,17 +6,17 @@
6 6  
7 7  This is the way 95%+ of all WebObjects applications are deployed. This is the type of deployment for which there is the most documentation for, and the most support for. It consists of 3 Major pieces:
8 8  
9 -* **[[WO:JavaMonitor]]** - 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.
9 +* **JavaMonitor** - 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.
10 10  
11 -* **[[WO:wotaskd]]** - a daemon whose main task is to start up instances of your applications when the application server (host) 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.
11 +* **wotaskd** - a daemon whose main task is to start up instances of your applications when the application server (host) 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.
12 12  
13 13  * **HTTP Adapter** - This is an application that serves as the interface between your web server and your application instances. The HTTP adaptor routes requests from the web server to the appropriate application instance and sends the responses generated back to the web server. The adaptor does this while performing load balancing to distribute an application's users among its active instances. Load balancing helps to spread the user load of your site evenly across your application hosts.
14 -** Apache Adapter: [[mod_WebObjects]]
15 -** IIS Adapter:
14 +** Apache Adapter: [[mod_WebObjects>>doc:mod_WebObjects]]
15 +** IIS Adapter:
16 16  
17 17  * **Webserver (Apache, IIS)**
18 18  
19 -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, or to have multiple servers filling each role if needed.
19 +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, or to have multiple servers filling each role if needed.
20 20  
21 21  ===== Servlet Deployment (Tomcat) =====
22 22  
... ... @@ -26,9 +26,9 @@
26 26  
27 27  ===== Apache Java Protocol (AJP) Deployment =====
28 28  
29 -Andrew Lindesay has written an open-source [[AJP>>http://en.wikipedia.org/wiki/Apache_JServ_Protocol]] adaptor for WebObjects 5 which should allow you to deploy your WebObjects application without servlets or the 'wotaskd' infrastructure. Such a deployment is most easily achieved with versions of the Apache HTTP server 2.2 or better as they have built-in support for load-balancing and AJP request-forwarding.
29 +Andrew Lindesay has written an open-source [[AJP>>url:http://en.wikipedia.org/wiki/Apache_JServ_Protocol||shape="rect"]] adaptor for WebObjects 5 which should allow you to deploy your WebObjects application without servlets or the 'wotaskd' infrastructure. Such a deployment is most easily achieved with versions of the Apache HTTP server 2.2 or better as they have built-in support for load-balancing and AJP request-forwarding.
30 30  
31 -This adaptor is distributed under the [[LEWOStuff>>LEWOStuff-Overview]] open-source framework. It is however stand-alone and has no direct dependency on other libraries or frameworks other than obviously WO 5. For more details on this, see the relevant section of the PDF overview supplied with the LEWOStuff framework.
31 +This adaptor is distributed under the [[LEWOStuff>>doc:WO.LEWOStuff-Overview]] open-source framework. It is however stand-alone and has no direct dependency on other libraries or frameworks other than obviously WO 5. For more details on this, see the relevant section of the PDF overview supplied with the LEWOStuff framework.
32 32  
33 33  * AJP Adaptor
34 34  * WebServer (Apache)
... ... @@ -37,12 +37,12 @@
37 37  
38 38  All three of these Application Servers / Deployment Styles can run on any platform that supports Java 1.5 or later. The ones that there is documentation for are:
39 39  
40 -{{children page="Platforms" sort="title"}}{{/children}}
40 +{{children page="Platforms" sort="title"/}}
41 41  
42 42  === Deployment Podcast ===
43 43  
44 -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.
44 +You can learn more about deployment by listening to the [[Practical Deployment>>url:http://www.wocommunity.org/podcasts/wowodc/east09/WOWODC09E-Deployment.mov||shape="rect"]] session from WOWODC 2009, available from the [[podcast page>>url:http://www.wocommunity.org/webobjects_screencasts.html||shape="rect"]] on wocommunity.org.
45 45  
46 46  === Differences between Apple's and Wonder's versions of the deployment tools ===
47 47  
48 -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]].
48 +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>>doc:Wonder JavaMonitor and wotaskd]].