Re: Can't retrieve cookies (closer, but not there yet)

2009-11-11 Thread Chuck Hill
Look at those two cookies in the browser. What is different? Chuck On Nov 10, 2009, at 9:34 PM, Jeff Schmitz wrote: Nope, not there (see below). But this is interesting. I used Safari this time, and it shows 2 cookies for localhost, jforumUserId=49 which is in the headers, and POOL=BIG,

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Lachlan Deck
On 11/11/2009, at 4:52 PM, Jeff Schmitz wrote: Actually it's method I defined in my custom WOComponent that all my other WOComponents inherit from. public Session Session() { return (Session)super.session(); } Don't ask me why I capitalized it. I _do_ understand why you ca

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Jeff Schmitz
Actually it's method I defined in my custom WOComponent that all my other WOComponents inherit from. public Session Session() { return (Session)super.session(); } Don't ask me why I capitalized it. Jeff On Nov 10, 2009, at 11:47 PM, Lachlan Deck wrote: On 11/11/2009, at

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Lachlan Deck
On 11/11/2009, at 4:36 PM, Jeff Schmitz wrote: Session() returns the session object, I should have been more specific: - why does it have a capital-letter prefix? Is that a mistyped email (i.e., you meant to type session() rather than Session()). - or do you have some static method that figu

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Jeff Schmitz
That didn't take long. It's the last flag for the cookie constructor. Need to set it false. Thanks again for the help. Jeff On Nov 10, 2009, at 11:40 PM, Jeff Schmitz wrote: Yes, beat me by about a minute. I just noticed the security column was checked for that cookie in the browser. N

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Jeff Schmitz
Yes, beat me by about a minute. I just noticed the security column was checked for that cookie in the browser. Now I just have to figure out why it's making it secure. Thanks! Jeff On Nov 10, 2009, at 11:37 PM, Chuck Hill wrote: On Nov 10, 2009, at 9:31 PM, Lachlan Deck wrote: On 11/1

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Chuck Hill
On Nov 10, 2009, at 9:31 PM, Lachlan Deck wrote: On 11/11/2009, at 4:22 PM, Chuck Hill wrote: On Nov 10, 2009, at 9:11 PM, Jeff Schmitz wrote: Holy resurrected thread batman. I never did get cookies working, and I'd REALLY like to figure out why. I've got a brand new dev machine, runni

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Jeff Schmitz
Nope, not there (see below). But this is interesting. I used Safari this time, and it shows 2 cookies for localhost, jforumUserId=49 which is in the headers, and POOL=BIG, which is not. Why would one get passed on, and not the other. Both have expiration dates in 2010. Nov 10 23:25:32 n

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Lachlan Deck
On 11/11/2009, at 4:22 PM, Chuck Hill wrote: On Nov 10, 2009, at 9:11 PM, Jeff Schmitz wrote: Holy resurrected thread batman. I never did get cookies working, and I'd REALLY like to figure out why. I've got a brand new dev machine, running Eclipse 3.4, WOLips 3.4.5830. Everything is ru

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Chuck Hill
On Nov 10, 2009, at 9:11 PM, Jeff Schmitz wrote: Holy resurrected thread batman. I never did get cookies working, and I'd REALLY like to figure out why. I've got a brand new dev machine, running Eclipse 3.4, WOLips 3.4.5830. Everything is running great through apache, with DirectConnect

Re: Can't retrieve cookies (closer, but not there yet)

2009-11-10 Thread Jeff Schmitz
Holy resurrected thread batman. I never did get cookies working, and I'd REALLY like to figure out why. I've got a brand new dev machine, running Eclipse 3.4, WOLips 3.4.5830. Everything is running great through apache, with DirectConnect Disabled and a nice URL of: http://localhost/cgi-

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Guido Neitzer
On 10.01.2008, at 19:17, Chuck Hill wrote: Maybe you are ... I have Yojimbo and my own notes ... ;-) Well, that's smart, ain't it? ;-) cug ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobj

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Chuck Hill
On Jan 10, 2008, at 6:02 PM, Guido Neitzer wrote: On 10.01.2008, at 18:15, Chuck Hill wrote: How in the heck to you guys keep track of all that stuff? We're just smart, real smart. :-P Maybe you are ... I have Yojimbo and my own notes ... ;-) Well, that's smart, ain't it? -- Pract

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Guido Neitzer
On 10.01.2008, at 18:15, Chuck Hill wrote: How in the heck to you guys keep track of all that stuff? We're just smart, real smart. :-P Maybe you are ... I have Yojimbo and my own notes ... ;-) cug ___ Do not post admin requests to the list. They

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Guido Neitzer
On 10.01.2008, at 18:01, Jeff Schmitz wrote: You don't have permission to access /cgi-bin/WebObjects/ netBrackets.woa/-49882 on this server. Apache setup. Check in your httpd.conf that you have it set to: Options FollowSymLinks AllowOverride None # Order deny,allow # Deny

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Chuck Hill
On Jan 10, 2008, at 5:49 PM, Jeff Schmitz wrote: BINGO!!! It now works with Direct Connect disabled. See, I told you it was easy! :-P Now, to figure out what's wrong with my cookie. Oh yeah, that is how we got into this mess. Chuck On Jan 10, 2008, at 7:35 PM, Art Isbell wrote: O

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Jeff Schmitz
BINGO!!! It now works with Direct Connect disabled. Now, to figure out what's wrong with my cookie. Thanks to all, Jeff On Jan 10, 2008, at 7:35 PM, Art Isbell wrote: On Jan 10, 2008, at 3:01 PM, Jeff Schmitz wrote: Anyway, now with Direct Connect disabled and WOPort set to -1, or not

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Art Isbell
On Jan 10, 2008, at 3:01 PM, Jeff Schmitz wrote: Anyway, now with Direct Connect disabled and WOPort set to -1, or not set at all, I get the following error in my browser: Forbidden You don't have permission to access /cgi-bin/WebObjects/ netBrackets.woa/-49882 on this server. This error

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Chuck Hill
On Jan 10, 2008, at 5:01 PM, Jeff Schmitz wrote: How in the heck to you guys keep track of all that stuff? We're just smart, real smart. :-P For a part time deployer like me I'd be lost with the help... Anyway, now with Direct Connect disabled and WOPort set to -1, or not set at all,

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Jeff Schmitz
How in the heck to you guys keep track of all that stuff? For a part time deployer like me I'd be lost with the help... Anyway, now with Direct Connect disabled and WOPort set to -1, or not set at all, I get the following error in my browser: Forbidden You don't have permission to access

Re: Can't retrieve cookies

2008-01-10 Thread Guido Neitzer
On 10.01.2008, at 13:37, Mr. Pierre Frisch wrote: This is a difficult issue and I am not sure I have the answer. On the server WebObjects is installed by default so we include the startup script and the correct apache configuration. On client most user do not have WebObjects so we do not mo

Re: Can't retrieve cookies

2008-01-10 Thread Gaastra Dennis - WO Lists
Hi Pierre, Could you please make a little extra installer for that. It should be fairly easy to do; only take a couple of hours. You could call it "WebObjectsClientDeployment.pkg" With Kind Regards, Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca] Chief Technology Officer, WEBAPPZ Systems, In

Re: Can't retrieve cookies

2008-01-10 Thread Pascal Robert
Le 08-01-10 à 15:42, Chuck Hill a écrit : On Jan 10, 2008, at 12:37 PM, Mr. Pierre Frisch wrote: This is a difficult issue and I am not sure I have the answer. On the server WebObjects is installed by default so we include the startup script and the correct apache configuration. On client

Re: Can't retrieve cookies

2008-01-10 Thread Chuck Hill
On Jan 10, 2008, at 12:37 PM, Mr. Pierre Frisch wrote: This is a difficult issue and I am not sure I have the answer. On the server WebObjects is installed by default so we include the startup script and the correct apache configuration. On client most user do not have WebObjects so we do

Re: Can't retrieve cookies

2008-01-10 Thread Mr. Pierre Frisch
This is a difficult issue and I am not sure I have the answer. On the server WebObjects is installed by default so we include the startup script and the correct apache configuration. On client most user do not have WebObjects so we do not modify the apache configuration and we not include t

Re: Can't retrieve cookies

2008-01-10 Thread Guido Neitzer
On 10.01.2008, at 12:34, Mr. Pierre Frisch wrote: You of course know that you could save yourself a lot of grief by using MacOSX Server where everything is installed and tested by default... It is only $499. I should buy Mac OS X Server for my development box? Not that I think it's expens

Re: Can't retrieve cookies

2008-01-10 Thread Mr. Pierre Frisch
You of course know that you could save yourself a lot of grief by using MacOSX Server where everything is installed and tested by default... It is only $499. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 10, 2008, at 10:58, Guido Neitzer wrote: On 10.01.2008, at 11:18, Chuck Hill wrote

Re: Can't retrieve cookies

2008-01-10 Thread Guido Neitzer
On 10.01.2008, at 11:18, Chuck Hill wrote: Is that there by default after a successful WO install? No, it is unfortunately not installed by default on 10.5 client. I don't recall having to do this on the single Leopard machine that I have setup. Yeah, I hope that's fixed in 5.4.1 - I have

Re: Can't retrieve cookies

2008-01-10 Thread Chuck Hill
On Jan 10, 2008, at 10:48 AM, Art Isbell wrote: On Jan 10, 2008, at 8:18 AM, Chuck Hill wrote: Is that there by default after a successful WO install? I don't recall having to do this on the single Leopard machine that I have setup. The Xcode 3.0 tools which contain WO 5.4 no longer i

Re: Can't retrieve cookies

2008-01-10 Thread Art Isbell
On Jan 10, 2008, at 8:18 AM, Chuck Hill wrote: Is that there by default after a successful WO install? I don't recall having to do this on the single Leopard machine that I have setup. The Xcode 3.0 tools which contain WO 5.4 no longer include a WO startup item script. So when Xcode 3

Re: Can't retrieve cookies

2008-01-10 Thread Chuck Hill
Is that there by default after a successful WO install? I don't recall having to do this on the single Leopard machine that I have setup. Chuck On Jan 9, 2008, at 10:20 PM, Guido Neitzer wrote: On 09.01.2008, at 21:53, Chuck Hill wrote: In a way, that is good. wotaskd is not running an

Re: Can't retrieve cookies

2008-01-09 Thread Guido Neitzer
On 09.01.2008, at 21:53, Chuck Hill wrote: In a way, that is good. wotaskd is not running and you need it to be running. I don't have a Leotard machine handy and don't recall how wotaskd is started on them. Is it launchd now on the client? Yes. Put this: http://www.app

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
On Jan 9, 2008, at 8:46 PM, Jeff Schmitz wrote: After a reboot, the lsof command no longer hangs. However, it doesn't return anything either In a way, that is good. wotaskd is not running and you need it to be running. I don't have a Leotard machine handy and don't recall how wotaskd

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
After a reboot, the lsof command no longer hangs. However, it doesn't return anything either. Jeff On Jan 9, 2008, at 10:36 PM, Chuck Hill wrote: On Jan 9, 2008, at 8:32 PM, Jeff Schmitz wrote: I think a reboot is in order. It would be nice if that worked. On the other issue, you're

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
On Jan 9, 2008, at 8:21 PM, Q wrote: On 10/01/2008, at 2:11 PM, Jeff Schmitz wrote: That command just hangs with no output. I can't even crtl-C it. Jeff This could indicate a DNS related issue. Try running it as 'sudo lsof -n -i tcp:1085' instead In case you are curious, This opti

Re: Can't retrieve cookies

2008-01-09 Thread Q
On 10/01/2008, at 2:11 PM, Jeff Schmitz wrote: That command just hangs with no output. I can't even crtl-C it. Jeff This could indicate a DNS related issue. Try running it as 'sudo lsof - n -i tcp:1085' instead On Jan 9, 2008, at 9:51 PM, Chuck Hill wrote: It sounds like a configur

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
Sorry, that was on my server machine. My development machine still just hangs. Jeff On Jan 9, 2008, at 10:16 PM, Chuck Hill wrote: It _can_ take several seconds or more to return. It is processing a lot of data. saskatoon:/Projects/HH/Cadre/Testing/Repositories/SCA/Configuration chuck$

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
OK, so wotaskd is running. Launch your app, wait a second or three, and go to this URL: http://localhost:1085 You will get a bunch of XML. Do you see your running app in there anywhere? Chuck On Jan 9, 2008, at 8:17 PM, Jeff Schmitz wrote: Weird, it came back that time: COMMAND PID

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
Weird, it came back that time: COMMAND PID USER FD TYPEDEVICE SIZE/OFF NODE NAME java 70 appserver6u IPv6 0x78e7174 0t0 TCP [:: 127.0.0.1]:webobjects (LISTEN) java 70 appserver9u IPv6 0x78e6698 0t0 TCP [:: 127.0.0.1]:webobjects->[::127.0.0.1]:49164

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
It _can_ take several seconds or more to return. It is processing a lot of data. saskatoon:/Projects/HH/Cadre/Testing/Repositories/SCA/Configuration chuck$ sudo lsof -i tcp:1085 Password: COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 171 root8u IPv6 0x032733a

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
That command just hangs with no output. I can't even crtl-C it. Jeff On Jan 9, 2008, at 9:51 PM, Chuck Hill wrote: It sounds like a configuration problem to me. Is wotaskd running? sudo lsof -i tcp:1085 Chuck On Jan 9, 2008, at 7:19 PM, Jeff Schmitz wrote: Could it be a WOLips version

Re: Can't retrieve cookies

2008-01-09 Thread Mr. Pierre Frisch
That looks right. And I suppose you are loading the right apache.conf? i.e. your include is: Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 9, 2008, at 19:36, Jeff Schmitz wrote: My machine is a Leopard Client, updgraded fro

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
It sounds like a configuration problem to me. Is wotaskd running? sudo lsof -i tcp:1085 Chuck On Jan 9, 2008, at 7:19 PM, Jeff Schmitz wrote: Could it be a WOLips version problem? I probably haven't updated it in awhile. How do you check what version of WOLips you have? On Jan 9, 2008

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
My machine is a Leopard Client, updgraded from Tiger. The files in / System/Library/WebObjects/Adaptors/Apache2.2 are: apache.conf mod_WebObjects.la mod_WebObjects.so /etc/apache2 is also there with httpd.conf Jeff On Jan 9, 2008, at 4:38 PM, Mr. Pierre Frisch wrote: Apache 1.3 is only ins

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
Could it be a WOLips version problem? I probably haven't updated it in awhile. How do you check what version of WOLips you have? On Jan 9, 2008, at 3:58 PM, Guido Neitzer wrote: On 09.01.2008, at 14:00, Chuck Hill wrote: I may have been looking at the wrong file. Is /etc/httpd still Ap

Re: Can't retrieve cookies

2008-01-09 Thread Jeff Schmitz
In the /etc/apache2/httpd.conf file I do have that line: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/ WebServer/CGI-Executables/$1" On Jan 9, 2008, at 3:00 PM, Chuck Hill wrote: I may have been looking at the wrong file. Is /etc/httpd still Apache 1.3? And /etc/apa

Re: Can't retrieve cookies

2008-01-09 Thread Daryl Lee
n unsuccessful with my Leopard server for 6 weeks now, I have no statement in my httpd.conf: WebServer/CGI-Executables/$1"> Is that statement exact between the <> brackets? On Jan 9, 2008, at 2:49 PM, [EMAIL PROTECTED] wrote: Date: Wed, 9 Jan 2008 12:36:06 -0800 From: Chuck

Re: Can't retrieve cookies

2008-01-09 Thread Art Isbell
On Jan 9, 2008, at 1:24 PM, Baiss Eric Magnusson wrote: Jumping in, since I have been unsuccessful with my Leopard server for 6 weeks now, I have no statement in my httpd.conf: WebServer/CGI-Executables/$1"> Is that statement exact between the <> brackets? It exactly matches the Script

Re: Can't retrieve cookies

2008-01-09 Thread Mr. Pierre Frisch
ROTECTED] wrote: Date: Wed, 9 Jan 2008 12:36:06 -0800 From: Chuck Hill <[EMAIL PROTECTED]> Subject: Re: Can't retrieve cookies To: "Mr. Pierre Frisch" <[EMAIL PROTECTED]>,Jeff Schmitz <[EMAIL PROTECTED]> Cc: WebObjects-Dev List Message-ID: <[EMAIL

Re: Can't retrieve cookies

2008-01-09 Thread Baiss Eric Magnusson
2008 12:36:06 -0800 From: Chuck Hill <[EMAIL PROTECTED]> Subject: Re: Can't retrieve cookies To: "Mr. Pierre Frisch" <[EMAIL PROTECTED]>,Jeff Schmitz <[EMAIL PROTECTED]> Cc: WebObjects-Dev List Message-ID: <[EMAIL PROTECTED]> Content-Type: text/p

Re: Can't retrieve cookies

2008-01-09 Thread Mr. Pierre Frisch
Apache 1.3 is only installed on leopard server for legacy. It is not installed on leopard Client. If you did an upgrade install then the behavior is different on client and server. On server the Apache 1.3 will still be running using the config files in /etc/httpd. When you go in the serv

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
On Jan 9, 2008, at 1:55 PM, Art Isbell wrote: On Jan 9, 2008, at 11:00 AM, Chuck Hill wrote: I may have been looking at the wrong file. Is /etc/httpd still Apache 1.3? Yes, but it's empty on a fresh Leopard Client install. Not sure whether a fresh Leopard Server includes Apache 1.3 an

Re: Can't retrieve cookies

2008-01-09 Thread Guido Neitzer
On 09.01.2008, at 14:00, Chuck Hill wrote: I may have been looking at the wrong file. Is /etc/httpd still Apache 1.3? Yes. Apache 2 is at /etc/apache2/... cug -- http://www.event-s.net ___ Do not post admin requests to the list. They will be ign

Re: Can't retrieve cookies

2008-01-09 Thread Art Isbell
On Jan 9, 2008, at 11:00 AM, Chuck Hill wrote: I may have been looking at the wrong file. Is /etc/httpd still Apache 1.3? Yes, but it's empty on a fresh Leopard Client install. Not sure whether a fresh Leopard Server includes Apache 1.3 and its config file in /etc/httpd. And /etc/apa

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
I may have been looking at the wrong file. Is /etc/httpd still Apache 1.3? And /etc/apache2/httpd.conf is what is really getting using on Leopard? If so, I have only seen his 1.3 conf file. Chuck On Jan 9, 2008, at 12:36 PM, Chuck Hill wrote: On Jan 9, 2008, at 12:32 PM, Mr. Pierre Fr

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
On Jan 9, 2008, at 12:32 PM, Mr. Pierre Frisch wrote: How did that machine get installed? I have no idea. In leopard Server and Client you must have a statement like: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/ WebServer/CGI-Executables/$1" in your httpd.conf or a

Re: Can't retrieve cookies

2008-01-09 Thread Mr. Pierre Frisch
Hi Chuck, How did that machine get installed? In leopard Server and Client you must have a statement like: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/ WebServer/CGI-Executables/$1" in your httpd.conf or apache 2.2 will keep the WebObjects URL to himself and route t

Re: Can't retrieve cookies

2008-01-09 Thread Chuck Hill
On Jan 8, 2008, at 9:55 PM, Guido Neitzer wrote: On 08.01.2008, at 20:06, Art Isbell wrote: Which Apache version are you running? Leopard runs Apache 2.2 by default. When you say you are using WO 5.3 under Leopard, are you also using the WO 5.3 HTTP adaptor? If so, that might explain

Re: Can't retrieve cookies

2008-01-08 Thread Guido Neitzer
On 08.01.2008, at 20:06, Art Isbell wrote: Which Apache version are you running? Leopard runs Apache 2.2 by default. When you say you are using WO 5.3 under Leopard, are you also using the WO 5.3 HTTP adaptor? If so, that might explain your problem if you are running Apache 2.2 because

Re: Can't retrieve cookies

2008-01-08 Thread Chuck Hill
On Jan 8, 2008, at 6:34 PM, Jeff Schmitz wrote: Ok, I tried all the stuff on the 'Running Through Apache', but now when my browser comes up it immediately says The Requested URL was not found. I tried restarting Apache, but still get the same results. That sounds like it is configured to

Re: Can't retrieve cookies

2008-01-08 Thread Art Isbell
On Jan 7, 2008, at 11:35 AM, Jeff Schmitz wrote: I tried just turning DirectConnect off, and I can't connect to the instance (as Guido intimated). I am on Leopard, but am using WO5.3, and I have WOHost=localhost in my wotaskd properties file. Which Apache version are you running? Leopar

Re: Can't retrieve cookies

2008-01-08 Thread Jeff Schmitz
Ok, I tried all the stuff on the 'Running Through Apache', but now when my browser comes up it immediately says The Requested URL was not found. I tried restarting Apache, but still get the same results. I tried both setting the WOPort property and not setting it. One thing I noticed is w

Re: Can't retrieve cookies

2008-01-07 Thread Guido Neitzer
On 07.01.2008, at 21:27, Chuck Hill wrote: The weird thing is, that it works on that G4 all the time with a fixed port even for the first application start after a reboot. And that is with WO 5.4? Yes. WO 5.4, 10.5.1, fresh install of everything. But that doesn't explain why we had trouble

Re: Can't retrieve cookies

2008-01-07 Thread Chuck Hill
On Jan 7, 2008, at 2:54 PM, Guido Neitzer wrote: On 07.01.2008, at 13:01, Chuck Hill wrote: I think that was the problem with webobjects starting too early or too fast in the boot process. This won't happen on my test machine (dual G4 867MHz). ;-) Grin. Yeah, that probably won't be your

Re: Can't retrieve cookies

2008-01-07 Thread Chuck Hill
On Jan 7, 2008, at 1:35 PM, Jeff Schmitz wrote: I tried just turning DirectConnect off, and I can't connect to the instance (as Guido intimated). I am on Leopard, but am using WO5.3, and I have WOHost=localhost in my wotaskd properties file. Maybe you missed part. Does this help? http://

Re: Can't retrieve cookies

2008-01-07 Thread Guido Neitzer
On 07.01.2008, at 13:01, Chuck Hill wrote: I think that was the problem with webobjects starting too early or too fast in the boot process. This won't happen on my test machine (dual G4 867MHz). ;-) Grin. Yeah, that probably won't be your problem. Yep. I figured that much even with a Wor

Re: Can't retrieve cookies

2008-01-07 Thread Jeff Schmitz
I tried just turning DirectConnect off, and I can't connect to the instance (as Guido intimated). I am on Leopard, but am using WO5.3, and I have WOHost=localhost in my wotaskd properties file. I then tried setting the port to a specific number (11351) with DirectConnect off, but the brows

Re: Can't retrieve cookies

2008-01-07 Thread Chuck Hill
On Jan 7, 2008, at 11:30 AM, Guido Neitzer wrote: On 07.01.2008, at 12:10, Chuck Hill wrote: I think that is a networking issue. Art (or someone) posted this a while back: I think that was the problem with webobjects starting too early or too fast in the boot process. This won't happen

Re: Can't retrieve cookies

2008-01-07 Thread Guido Neitzer
On 07.01.2008, at 12:10, Chuck Hill wrote: I think that is a networking issue. Art (or someone) posted this a while back: I think that was the problem with webobjects starting too early or too fast in the boot process. This won't happen on my test machine (dual G4 867MHz). ;-) Does yo

Re: Can't retrieve cookies

2008-01-07 Thread Chuck Hill
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 configur

Re: Can't retrieve cookies

2008-01-07 Thread Guido Neitzer
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

Re: Can't retrieve cookies

2008-01-07 Thread Chuck Hill
On Jan 6, 2008, at 2:49 PM, Jeff Schmitz wrote: Hello, I'm trying to retrieve a previously set cookie from my browser with the following code on my developement machine. I do see the cookie my browser when I do Show Cookies. I'm launching my app from WOLIPS (i.e. it uses the randoml

Re: Can't retrieve cookies

2008-01-06 Thread Jake MacMullin
Try leaving the domain as null (eg. new WOCookie("POOL", session.poolName, "/", null, expires, true) ) and see what domain gets set for the cookie. I do this on my development machine and the cookie gets the domain of 'localhost.local'. I'm then able to retrieve it fine. Cheers, Jake