Changes for page Deployment
Last modified by Gavin Eadie on 2013/07/02 18:57
From version 40.1
edited by Pascal Robert
on 2023/11/13 11:56
on 2023/11/13 11:56
Change comment:
Renamed from xwiki:documentation.Deployment
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Home 1 +documentation.Home.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +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:mod_WebObjects]] 14 +** Apache Adapter: [[doc:documentation.mod_WebObjects]] 15 15 ** IIS Adapter: 16 16 17 17 * **Webserver (Apache httpd or Window IIS)** ... ... @@ -35,7 +35,7 @@ 35 35 36 36 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: 37 37 38 -[[doc:Platforms]] 38 +[[doc:documentation.Home.Deployment.Platforms.WebHome]] 39 39 40 40 {{children sort="title"/}} 41 41 ... ... @@ -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: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:documentation.Home.Deployment.Wonder JavaMonitor and wotaskd.WebHome]].