Changes for page WOApplication
Last modified by Andrew Lindesay on 2011/07/17 09:52
From version 53.3
edited by Paul Hoadley
on 2023/11/13 11:56
on 2023/11/13 11:56
Change comment:
Update document after refactoring.
To version 53.1
edited by Paul Hoadley
on 2011/07/17 09:52
on 2011/07/17 09:52
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -WO L.Home.WOProject-Ant.WebHome1 +WOProject-Ant - Content
-
... ... @@ -72,7 +72,7 @@ 72 72 |((( 73 73 wsDestDir 74 74 )))|((( 75 -Destination directory where WebServerResorces should be copied during split install (presense of this parameter will trigger split install). WebServerResources will be created under [[doc: WOL.wsDestDir]]/WebObjects/AppName.woa/Contents/.75 +Destination directory where WebServerResorces should be copied during split install (presense of this parameter will trigger split install). WebServerResources will be created under [[doc:wsDestDir]]/WebObjects/AppName.woa/Contents/. 76 76 )))|((( 77 77 No 78 78 ))) ... ... @@ -229,15 +229,15 @@ 229 229 230 230 === resources === 231 231 232 -The nested {{code language="none"}}resources{{/code}} element specifies a [[FileSet>>url:http://ant.apache.org/manual/Types/fileset.html||shape="rect"]]. All files included in this fileset will end up in the {{code language="none"}}Contents/Resources{{/code}} directory of the application. For the discussion of resource localization issues follow [[this link>>doc:WO L.WOProject-Localization]].232 +The nested {{code language="none"}}resources{{/code}} element specifies a [[FileSet>>url:http://ant.apache.org/manual/Types/fileset.html||shape="rect"]]. All files included in this fileset will end up in the {{code language="none"}}Contents/Resources{{/code}} directory of the application. For the discussion of resource localization issues follow [[this link>>doc:WOProject-Localization]]. 233 233 234 234 === wsresources === 235 235 236 -The nested {{code language="none"}}wsresources{{/code}} element specifies a [[FileSet>>url:http://ant.apache.org/manual/Types/fileset.html||shape="rect"]]. All files included in this fileset will end up in the {{code language="none"}}Contents/WebServerResources{{/code}} directory of the application. For the discussion of resource localization issues follow [[this link>>doc:WO L.WOProject-Localization]].236 +The nested {{code language="none"}}wsresources{{/code}} element specifies a [[FileSet>>url:http://ant.apache.org/manual/Types/fileset.html||shape="rect"]]. All files included in this fileset will end up in the {{code language="none"}}Contents/WebServerResources{{/code}} directory of the application. For the discussion of resource localization issues follow [[this link>>doc:WOProject-Localization]]. 237 237 238 238 === frameworks === 239 239 240 -The nested {{code language="none"}}frameworks{{/code}} is a [[FrameworkSet>>doc:WO L.WOProject-FrameworkSet]] structure that specifies the names of the WebObjects Frameworks that this application is dependant upon. The jar files from these frameworks will be referenced in varios platform-specific depoyment files (such as CLASSPATH.TXT), and specified in the web.xml classpath if an application is deployed as a servlet. When building a FileSet, path should match up to the "*.framework" directory (no need to match individual JAR files).240 +The nested {{code language="none"}}frameworks{{/code}} is a [[FrameworkSet>>doc:WOProject-FrameworkSet]] structure that specifies the names of the WebObjects Frameworks that this application is dependant upon. The jar files from these frameworks will be referenced in varios platform-specific depoyment files (such as CLASSPATH.TXT), and specified in the web.xml classpath if an application is deployed as a servlet. When building a FileSet, path should match up to the "*.framework" directory (no need to match individual JAR files). 241 241 242 242 To embed frameworks set embed to true. 243 243