Changes for page Split Deployments

Last modified by Paul Hoadley on 2010/11/30 06:42

From version 11.1
edited by Pascal Robert
on 2010/09/11 23:55
Change comment: There is no comment for this version
To version 12.1
edited by David Avendasora
on 2010/11/30 06:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Web Applications-Deployment-Split Install
1 +Split Deployments
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
Content
... ... @@ -1,3 +1,7 @@
1 +{{note title="Deprecated"}}
2 +Do not follow these instructions if you are using WOLips 3.4 or later. Split installs are now automatic.
3 +{{/note}}
4 +
1 1  When deploying WebObjects applications, a split install allows you to separate the static resources which can be served automatically by the web server from the WebObjects application itself.
2 2  
3 3  A split install can be difficult to configure if you have embedded frameworks or if you have multiple versions of the same application (for instance production and development) on the same machine. As of this writing, I don't know the correct way to handle resources in embedded frameworks.
... ... @@ -4,11 +4,11 @@
4 4  
5 5  The basic steps for doing a split install are:
6 6  
7 -~1. Add the ##wsDestDir## attribute to the ##woapplication## task in your ##build.xml## file. See [[WOApplication Task Manual>>WOL:WOApplication]] for more information. This will automatically build with split resources when you Ant ##build.xml##.
8 -2. Add an appropriate value for the ##frameworksBaseURL## to the ##woapplication## task in your ##build.xml## file. This facilitates embedded frameworks.
9 -3. During deployment, you will (typically) copy your .woa file to ##/Library/WebObjects/Applications## and your split resources to ##/Library/WebServer/Documents/WebObjects##.
11 +~1. Add the {{code language="none"}}wsDestDir{{/code}} attribute to the {{code language="none"}}woapplication{{/code}} task in your {{code language="none"}}build.xml{{/code}} file. See [[WOApplication Task Manual>>doc:WOL.WOApplication]] for more information. This will automatically build with split resources when you Ant {{code language="none"}}build.xml{{/code}}.
12 + 2. Add an appropriate value for the {{code language="none"}}frameworksBaseURL{{/code}} to the {{code language="none"}}woapplication{{/code}} task in your {{code language="none"}}build.xml{{/code}} file. This facilitates embedded frameworks.
13 + 3. During deployment, you will (typically) copy your .woa file to {{code language="none"}}/Library/WebObjects/Applications{{/code}} and your split resources to {{code language="none"}}/Library/WebServer/Documents/WebObjects{{/code}}.
10 10  
11 -Here are some useful links for figuring out how to do a split install:
15 +Here are some useful links for figuring out how to do a split install:
12 12  
13 -[[Split Install Deployment in Tutorials>>WOL:Split Install Deployment]]
14 -[[WebObjects Deployment Guide from Apple>>http://developer.apple.com/documentation/WebObjects/Deployment/Deploying_Applications/Deployment/chapter_6_section_3.html]]
17 +[[Split Install Deployment in Tutorials>>doc:WOL.Split Install Deployment]]
18 + [[WebObjects Deployment Guide from Apple>>url:http://developer.apple.com/documentation/WebObjects/Deployment/Deploying_Applications/Deployment/chapter_6_section_3.html||shape="rect"]]