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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.kieran
Content
... ... @@ -1,5 +1,7 @@
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 +
3 3  = Turning on Apache =
4 4  
5 5  Go to **System Preferences > Sharing > Services** and turn on **Personal Web Sharing** if it is not already on.
... ... @@ -82,7 +82,7 @@
82 82  
83 83  == Tell the adaptor to use localhost ==
84 84  
85 -Edit **/System/Library/WebObjects/Adaptors/Apache/apache.conf** to make sure that your enabled/uncommented WebObjectsConfig property looks like this:
87 +Edit **/System/Library/WebObjects/Adaptors/Apache2.2/apache.conf** to make sure that your enabled/uncommented WebObjectsConfig property looks like this:
86 86  
87 87  {{code}}
88 88  
... ... @@ -90,6 +90,8 @@
90 90  
91 91  {{/code}}
92 92  
95 +(Note on Tiger (OS X 10.4.X, replace **Apache2.2** with **Apache** in the path above)
96 +
93 93  == Tell wotaskd to Use Localhost Too ==
94 94  
95 95  Edit **/System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties**