Hi there, On 13/11/2005, at 2:55 PM, Ken Foust wrote:
The last time we upgraded Webobjects when you build and run a application - when the webpage came up it took forever to load. I have forgotten what needs to be done - Does someone remember??
Well to be certain, the delay seems to only occurs with Safari; FireFox has no problems resolving the url (and Yes I filed a bug on this ages ago).
But a more permanent fix is to follow the thread: "Deployment rather than development mode"
1) Make sure that the WebObjects startup item is functioning by making sure that the following line is uncommented in /System/Library/ StartupItems/WebObjects/WebObjects:
"$WOSERVICE" -appPath "$WOTASKD" >/var/log/webobjects.log 2>&1 & 2) Project Properties file: WODirectConnectEnabled=false WOPort=55555 (optional) You'll then see your app via: http://your-mac.local/cgi-bin/WebObjects/YourApp.woa/-55555 instead of: http://your-mac.local:55555/cgi-bin/WebObjects/YourApp.woa with regards, -- Lachlan Deck _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
