Wiki source code of Deployment-Book
Version 9.1 by Pascal Robert on 2011/05/08 03:17
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Deployment = | ||
2 | |||
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 | ||
20 | -> WebServerResources | ||
21 | -> English.lproj, ... | ||
22 | -> .css/.png | ||
23 | |||
24 | {{/code}} | ||
25 | |||
26 | == WebObjects and Classpaths == | ||
27 | |||
28 | == Organizing Deployments == | ||
29 | |||
30 | == Apache Configuration == | ||
31 | |||
32 | == SSL Configuration == | ||
33 | |||
34 | == Deployment Components: JavaMonitor, Wotaskd and javawoservice == | ||
35 | |||
36 | == Setting up JavaMonitor == | ||
37 | |||
38 | == Editing spawnofwotaskd.sh == | ||
39 | |||
40 | == Configuring an Application == | ||
41 | |||
42 | == Logging and Permissions == | ||
43 | |||
44 | == Optimization: Adjusting Timeouts, Memory Usage, and Number of Instances == | ||
45 | |||
46 | == Trouble Shooting: Where to look when things go wrong == | ||
47 | |||
48 | == Deployment alternatives (servlet, mod//proxy)// == | ||
49 | |||
50 | == Wonder versions of wotaskd and JavaMonitor == | ||
51 | |||
52 | == Handling Transitions between http and https == |