Changes for page Split Deployments

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

From version 13.1
edited by David Avendasora
on 2010/11/30 06:42
Change comment: Migrated to Confluence 5.3
To version 15.1
edited by Paul Hoadley
on 2023/11/13 11:56
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.paulh
Content
... ... @@ -8,11 +8,11 @@
8 8  
9 9  The basic steps for doing a split install are:
10 10  
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}}.
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.Home.WOProject-Ant.WOApplication.WebHome]] for more information. This will automatically build with split resources when you Ant {{code language="none"}}build.xml{{/code}}.
12 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 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}}.
14 14  
15 15  Here are some useful links for figuring out how to do a split install:
16 16  
17 -[[Split Install Deployment in Tutorials>>doc:WOL.Split Install Deployment]]
17 +[[Split Install Deployment in Tutorials>>doc:WOL.Home.Deprecated info.Split Install Deployment.WebHome]]
18 18   [[WebObjects Deployment Guide from Apple>>url:http://developer.apple.com/documentation/WebObjects/Deployment/Deploying_Applications/Deployment/chapter_6_section_3.html||shape="rect"]]