Re: Can't retrieve cookies
Re: Can't retrieve cookies
- Subject: Re: Can't retrieve cookies
- From: Chuck Hill <email@hidden>
- Date: Mon, 7 Jan 2008 11:10:45 -0800
Hi Guido,
On Jan 7, 2008, at 10:53 AM, Guido Neitzer wrote:
On 07.01.2008, at 11:29, Chuck Hill wrote:
Not quite. The correct statement is "I'm launching my app in
Direct Connect mode, so it uses the randomly generated port number
instead of 80". Look on the WO tab of the launch configuration
and uncheck WODirectConnectEnabled true.
And have fun with "The requested application was not found on this
server" message if you are using 5.4. WO 5.4, even a Hello World in
a completely fresh install, has issues with WebServer connect.
I think that is a networking issue. Art (or someone) posted this a
while back:
This can lead to IP address confusion. A solution to this is used
by wotaskd in WO 5.4 under Leopard but that should work under Tiger
as well. Edit
/System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
and add
#
# Verify network services are intialized before starting
#
echo Checking network services....
/usr/sbin/ipconfig waitall
up near the top. This will block until network services have been
initialized.
Does yours have that?
Launching both wotaskd and the app with -WOHost localhost has always
fixed these sorts of problems for me. Does this no longer work on 5.4?
I don't know the root of the problem, but providing a fixed port
number with -WOPort=55522 or so seems to help at least a bit. My
test machine has no problem with fixed port, but always gives that
message with random ports on startup.
I always do that too, mostly so I can make bookmarks.
And it's pain in the *beeep* to get log output from the WO
Adaptor ... :-(
Worse in 5.4?
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden