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

From version 66.1
edited by Kieran Kelleher
on 2009/03/18 11:45
Change comment: There is no comment for this version
To version 68.1
edited by Pascal Robert
on 2010/09/13 00:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.probert
Content
... ... @@ -1,6 +1,6 @@
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.
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>>Development-Direct Connect]]. See that [[page>>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]]
3 +A summary of the following steps that applies specifically to MacOS X 10.5.5 can be found here: [[Running Through Apache - Leopard & Snow Leopard Client - Summary]]
4 4  
5 5  = Turning on Apache =
6 6  
... ... @@ -123,7 +123,7 @@
123 123  
124 124  {{code}}
125 125  
126 -sudo launchd stop com.webobjects.wotaskd
126 +sudo launchctl stop com.apple.webobjects.wotaskd
127 127  
128 128  {{/code}}
129 129  
... ... @@ -141,7 +141,7 @@
141 141  
142 142  {{code}}
143 143  
144 -43 - com.webobjects.wotaskd
144 +43 - com.apple.webobjects.wotaskd
145 145  
146 146  {{/code}}
147 147