Changes for page Deployment
Last modified by Gavin Eadie on 2013/07/02 18:57
From version 24.1
edited by David Avendasora
on 2010/11/30 07:53
on 2010/11/30 07:53
Change comment:
There is no comment for this version
To version 26.1
edited by David Avendasora
on 2010/11/30 07:46
on 2010/11/30 07:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -=== WebObjects Application Server Types /DeploymentStyles ===1 +=== WebObjects Deployment Types === 2 2 3 3 There are three ways to deploy your WebObjects Application. They all have different components and configurations, but they all take a .woa bundle. 4 4 ... ... @@ -10,7 +10,7 @@ 10 10 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 -* **HTTP Adapter** - This isanapplicationthatserves as theinterface between your web serverand your applicationinstances. The HTTPadaptoroutes requests from the web server tothe appropriateapplication instance andsendstheresponsesgenerated back to the webserver. The adaptor does this while performing load balancing to distributean application'susers amongits active instances.Loadbalancinghelpstospreadtheuser load of yoursiteevenly across your application hosts.13 +* **HTTP Adapter** - a native application that forwards requests from the web server to your application's instance(s) and returns responses from the instance(s) back to the Webserver. 14 14 15 15 * **Webserver (Apache, IIS)** 16 16 ... ... @@ -31,10 +31,6 @@ 31 31 * AJP Adaptor 32 32 * WebServer (Apache) 33 33 34 -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: 35 - 36 -{{children page="Platforms" sort="title"}}{{/children}} 37 - 38 38 === Deployment Podcast === 39 39 40 40 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.