Changes for page Deployment

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

From version 33.1
edited by Pascal Robert
on 2012/01/23 04:12
Change comment: Migrated to Confluence 4.0
To version 34.1
edited by Gavin Eadie
on 2013/07/02 18:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.gavineadie
Content
... ... @@ -11,7 +11,7 @@
11 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>>doc:mod_WebObjects]]
14 +** Apache Adapter: [[doc:mod_WebObjects]]
15 15  ** IIS Adapter:
16 16  
17 17  * **Webserver (Apache, IIS)**
... ... @@ -24,7 +24,7 @@
24 24  * HTTP Adapter or Module
25 25  * WebServer (Apache, IIS)
26 26  
27 -===== Apache Java Protocol (AJP) Deployment =====
27 +===== Apache Java Protocol (AJP) Deployment (% style="color: rgb(255,0,0);" %)(NO LONGER AVAILABLE)(%%) =====
28 28  
29 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  
... ... @@ -37,8 +37,10 @@
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"/}}
41 41  
41 +
42 +{{children sort="title" page="Platforms"/}}
43 +
42 42  === Deployment Podcast ===
43 43  
44 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.