Wiki source code of Deployment-Book
Version 12.1 by Pascal Robert on 2011/05/08 04:12
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 | -> *.eomodeld | ||
| 21 | -> WebServerResources | ||
| 22 | -> English.lproj, ... | ||
| 23 | -> .css/.png | ||
| 24 | -> .css/.png | ||
| 25 | |||
| 26 | {{/code}} | ||
| 27 | |||
| 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 | |||
| 59 | == WebObjects and Classpaths == | ||
| 60 | |||
| 61 | == Organizing Deployments == | ||
| 62 | |||
| 63 | == Apache Configuration == | ||
| 64 | |||
| 65 | == SSL Configuration == | ||
| 66 | |||
| 67 | == Deployment Components: JavaMonitor, Wotaskd and javawoservice == | ||
| 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 | |||
| 81 | == Deployment alternatives (servlet, mod//proxy)// == | ||
| 82 | |||
| 83 | == Wonder versions of wotaskd and JavaMonitor == | ||
| 84 | |||
| 85 | == Handling Transitions between http and https == |