Changes for page WOApplication

Last modified by Andrew Lindesay on 2011/07/17 09:52

From version 29.1
edited by Kieran Kelleher
on 2007/10/10 14:36
Change comment: There is no comment for this version
To version 28.1
edited by Kieran Kelleher
on 2007/10/08 08:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,10 +34,9 @@
34 34  | webXML//WOtaglib //| Optional parameter for the web.xml | No
35 35  | webXML//CustomContent //| Optional parameter for the web.xml | No
36 36  | version | Version for the Info.plist | No
37 -| frameworksBaseURL | This denotes the directory containing the framework webserver resources bundles (MyFramework.framework, ERExtensions.framework, etc.).
38 -\\ This is typically useful for a embedded split install whereby all webserver resource frameworks (all = localroot and systemroot) are embedded in the webserver split install application bundle. The advantage of doing this is of course is clean upgrades with current versions of framework resources being used independently of what is installed on the deployment server.
39 -\\ The URL is relating to the webserver document root.
40 -\\ For example: frameworksBaseURL="/WebObjects/$project.name.woa/Frameworks" | No
37 +| frameworksBaseURL | This denotes the directory containing the framework webserver resources bundles (MyFramework.framework, ERExtensions.framework, etc.). This is typically useful for a embedded split install whereby all webserver resource frameworks are embedded in the webserver split install application bundle. The advantage of doing this is of course is clean upgrades with current versions of framework resources being used independently of what is installed on the deployment server. \
38 +The URL is relating to the webserver document root. \
39 +For example: frameworksBaseURL="/WebObjects/${{project.name}}{{/project.name}}.woa/Frameworks" | No
41 41  | startupScriptName | ..... | No
42 42  
43 43  == Nested Elements ==
... ... @@ -62,10 +62,6 @@
62 62  
63 63  The nested lib element specifies a [[FileSet>>http://jakarta.apache.org/ant/manual/CoreTypes/fileset.html]]. This should be a fileset of jar libraries required by your application. All files in this fileset will end up in the ##Resources/Java## folder of the application, and will be included on the classpath for this application.
64 64  
65 -=== otherclasspath ===
66 -
67 -? What does this do ?
68 -
69 69  == Examples ==
70 70  
71 71  Create an application "MyApp" with a set of standard frameworks: