Last modified by Aaron Rosenzweig on 2012/07/20 01:35

From version 4.1
edited by Pascal Robert
on 2007/09/03 17:01
Change comment: There is no comment for this version
To version 5.1
edited by Pascal Robert
on 2010/09/13 00:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Web Applications-Development-Direct Connect
1 +Development-Direct Connect
Content
... ... @@ -2,12 +2,12 @@
2 2  
3 3  By default, both Xcode and Eclipse/WOLips will configure your application to use Direct Connect. When your WebObjects application launches, it listens on a particular port (assigned by the WOPort configuration option). Under a full-blown deployment scenario, this port is used by the mod//WebObjects adaptor or the WebObjects cgi-bin adaptor to communicate between Apache and your application. However, it's also possible to run in development completely on the Direct Connect port (i.e. without a webserver). In this configuration, one noteable difference is that all resources are served by the Direct Connect server as opposed to the Apache scenario where resources are served by Apache directly and your WebObjects application only handles application requests.//
4 4  
5 -{{color value="red"}}
6 -{*}Warning{*}
7 -{{/color}}
5 +{{warning}}
8 8  
9 - wotaskd relies on direct connect being enabled so that the adaptor can communicate with it. Do not globally disable direct connect on your servers. For example, if you disable direct connect from the WebObjects.properties file in the application server's home directory, you will prevent wotaskd from responding to requests on its assigned port.
7 +wotaskd relies on direct connect being enabled so that the adaptor can communicate with it. Do not globally disable direct connect on your servers. For example, if you disable direct connect from the WebObjects.properties file in the application server's home directory, you will prevent wotaskd from responding to requests on its assigned port.
10 10  
9 +{{/warning}}
10 +
11 11  == Turning Off Direct Connect ==
12 12  
13 13  * Configure your Apache to use mod//WebObjects or the cgi-bin adaptor//