Changes for page Deployment

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

From version 43.1
edited by Gavin Eadie
on 2013/07/02 18:57
Change comment: Renamed back-links.
To version 41.1
edited by D Tim Cummings
on 2023/11/13 11:56
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gavineadie
1 +XWiki.timcu
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. The wotaskd daemon is also a WebObjects application in its own right, but with no browser interface.
12 12  
13 13  * **HTTP Adapter** - This is an Apache httpd module that serves as the interface between the Apache httpd web server and your application instances. The 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: [[doc:documentation.Home.Deployment.mod_WebObjects.WebHome]]
14 +** Apache Adapter: [[doc:documentation.mod_WebObjects]]
15 15  ** IIS Adapter:
16 16  
17 17  * **Webserver (Apache httpd or Window IIS)**
... ... @@ -45,4 +45,4 @@
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>>doc:documentation.Home.Deployment.Wonder JavaMonitor and wotaskd.WebHome]].
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:documentation.Wonder JavaMonitor and wotaskd]].