Last modified by Aaron Rosenzweig on 2011/05/09 01:46

From version 35.1
edited by Kieran Kelleher
on 2008/11/23 19:28
Change comment: There is no comment for this version
To version 38.1
edited by David Holt
on 2008/10/29 12:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.dholt
Content
... ... @@ -1,7 +1,5 @@
1 1  If you are accessing your application with URLs that look like [[http://localhost:45437/cgi-bin/WebObjects/AppName.woa/]] (with the xxx:portnum instead of xxxx/-portnum) ... then you are using the [[Evil Direct Connect>>Web Applications-Development-Direct Connect]]. See that [[page>>Web Applications-Development-Direct Connect]] for why you don't want to be using Direct Connect. See this page for how to stop.
2 2  
3 -A summary of the following steps that applies specifically to MacOS X 10.5.5 can be found here: [[Running Through Apache - Leopard Client 10.5.5 - Summary]]
4 -
5 5  = Turning on Apache =
6 6  
7 7  Go to **System Preferences > Sharing > Services** and turn on **Personal Web Sharing** if it is not already on.
... ... @@ -84,7 +84,7 @@
84 84  
85 85  == Tell the adaptor to use localhost ==
86 86  
87 -Edit **/System/Library/WebObjects/Adaptors/Apache2.2/apache.conf** to make sure that your enabled/uncommented WebObjectsConfig property looks like this:
85 +Edit **/System/Library/WebObjects/Adaptors/Apache/apache.conf** to make sure that your enabled/uncommented WebObjectsConfig property looks like this:
88 88  
89 89  {{code}}
90 90  
... ... @@ -92,8 +92,6 @@
92 92  
93 93  {{/code}}
94 94  
95 -(Note on Tiger (OS X 10.4.X, replace **Apache2.2** with **Apache** in the path above)
96 -
97 97  == Tell wotaskd to Use Localhost Too ==
98 98  
99 99  Edit **/System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties**
... ... @@ -118,7 +118,7 @@
118 118  or
119 119  
120 120  restart wotaskd and womonitor with launchctl if your WebObjects install launches that way.
121 -(In 10.5 it appears to be necessary to launch with launchctl. See [[Running Monitor and wotaskd on Mac OS X 10.5 "client">>WO 5.4 Getting Started||anchor="javamonitor"]]
117 +(In 10.5 it appears to be necessary to launch with launchctl. See [[WO 5.4 Getting Started||anchor="javamonitor"]]
122 122  
123 123  == Finally, Configure your Application ==
124 124