Changes for page Deployment
Last modified by Gavin Eadie on 2013/07/02 18:57
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gavineadie1 +XWiki.avendasora - 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)**