Re: 5.4.3 on Windows

2012-05-09 Thread doug andrews
My javamonitor args are: -DWOCGIAdaptorURL http://10.1.8.59/scripts/WebObjects.exe -WOCGIAdaptorURL http://10.1.8.59/scripts/WebObjects.exe I also tried: (using the "=" sign) -DWOCGIAdaptorURL=http://10.1.8.59/scripts/WebObjects.exe -WOCGIAdaptorURL=http://10.1.8.59/scripts/WebObjects.exe The r

Re: 5.4.3 on Windows

2012-05-08 Thread Chuck Hill
On 2012-05-08, at 7:16 AM, doug andrews wrote: > Still no luck. How did you set it? You can print this out from your Application to check it: System.out.println(cgiAdaptorURL()); System.out.println(webserverConnectURL()); > > If I view the html, the action on the form tag is: > action="/scrip

Re: 5.4.3 on Windows

2012-05-08 Thread doug andrews
I would if i could. Unfortunately it's not an option. These are customer sites and I'm Stuck with IIS. On May 8, 2012, at 10:46 AM, John Huss wrote: > Why not use Apache and mod_WebObjects? That's what I've done whenever I've > had to use Windows. > > On Tue, May 8, 2012 at 9:16 AM, doug an

Re: 5.4.3 on Windows

2012-05-08 Thread John Huss
Why not use Apache and mod_WebObjects? That's what I've done whenever I've had to use Windows. On Tue, May 8, 2012 at 9:16 AM, doug andrews wrote: > Still no luck. > > If I view the html, the action on the form tag is: > > action="/scripts/WebObjects/BatchUpdate.woa/1/wo/VIzTbQZkPQtha4eJc08RmM/

Re: 5.4.3 on Windows

2012-05-08 Thread doug andrews
Still no luck. If I view the html, the action on the form tag is: action="/scripts/WebObjects/BatchUpdate.woa/1/wo/VIzTbQZkPQtha4eJc08RmM/0.1"> instead of WebObjects.exe I must somehow be using the wrong WO adaptor. When I connect to javamonitor using: http://hostname:56789 the URL becomes: htt

Re: 5.4.3 on Windows

2012-05-08 Thread Cheong Hee (Gmail)
Hi Not seen before. May be you should look at web server config file. Cheers Cheong Hee - Original Message - From: "doug andrews" To: "WebObjects-Dev Mailing List List" Sent: Monday, May 07, 2012 11:53 PM Subje

Re: 5.4.3 on Windows

2012-05-07 Thread Chuck Hill
Hi Doug, Please start a new message for a new topic. Replying to an existing message messes up threading. It sounds like your WOCGIAdaptorURL property is still set to the default. See: http://developer.apple.com/legacy/mac/library/#documentation/WebObjects/WOAppProperties/Articles/Application

5.4.3 on Windows

2012-05-07 Thread doug andrews
Hello. I am trying to upgrade a Window WO 5.2 deployment to 5.4.3. I've followed the instructions (I think) correctly from the confluence pages. wotaskd and javamonitor start fine, and i can connect. I can hit the initial page of my deployed app, but cannot press any button or link without it rem