Wiki source code of Deployment-Book

Version 12.1 by Pascal Robert on 2011/05/08 04:12

Hide last authors
Pascal Robert 12.1 1 = Deployment =
2
Pascal Robert 6.1 3 == Using Apache: Develop Like you Deploy ==
4
5 == Why Deployment at the Beginning? ==
6
7 == Structure of .framework and .woa Build Products ==
8
9 {{code}}
10
11 .framework
12 -> Resources
13 -> English.lproj, ...
14 -> ValidationTemplate.strings, Localizable.strings
15 -> .wo, .api
16 -> CustomInfo.plist
17 -> Info.plist
18 -> Java
19 -> Properties
Pascal Robert 10.1 20 -> *.eomodeld
Pascal Robert 6.1 21 -> WebServerResources
22 -> English.lproj, ...
Pascal Robert 10.1 23 -> .css/.png
Pascal Robert 6.1 24 -> .css/.png
25
26 {{/code}}
27
Pascal Robert 10.1 28 {{code}}
29
30 .woa
31 -> AppName
32 -> AppName.cmd
33 -> WOBootstrap.jar
34 -> Content
35 -> Frameworks
36 -> Info.plist
37 -> MacOS
38 -> MacOSClassPath.txt
39 -> MacOSXServerClassPath.txt
40 -> Resources
41 -> English.lproj, ...
42 -> ValidationTemplate.strings, Localizable.strings
43 -> .wo, .api
44 -> CustomInfo.plist
45 -> Java
46 -> *.eomodeld
47 -> Properties
48 -> UNIX
49 -> UNIXClassPath.txt
50 -> WebServerResources
51 -> English.lproj, ...
52 -> .css/.png
53 -> Windows
54 -> CLSSPATH.TXT
55 -> SUBPATHS.TXT
56
57 {{/code}}
58
Pascal Robert 6.1 59 == WebObjects and Classpaths ==
60
61 == Organizing Deployments ==
62
63 == Apache Configuration ==
64
65 == SSL Configuration ==
66
Pascal Robert 8.1 67 == Deployment Components: JavaMonitor, Wotaskd and javawoservice ==
Pascal Robert 6.1 68
69 == Setting up JavaMonitor ==
70
71 == Editing spawnofwotaskd.sh ==
72
73 == Configuring an Application ==
74
75 == Logging and Permissions ==
76
77 == Optimization: Adjusting Timeouts, Memory Usage, and Number of Instances ==
78
79 == Trouble Shooting: Where to look when things go wrong ==
80
Pascal Robert 12.1 81 == Deployment alternatives (servlet, mod//proxy)// ==
Pascal Robert 10.1 82
Pascal Robert 12.1 83 == Wonder versions of wotaskd and JavaMonitor ==
Pascal Robert 10.1 84
85 == Handling Transitions between http and https ==