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 results of the sys.out are
http://DC9WVM41/cgi-bin/WebObjects
http://DC9WVM41/cgi-bin/WebObjects/BatchUpdate.woa/-2005

When i swap the frameworks in Apple/Library/Frameworks with the 5.2 version, 
the sys.outs become:
http://DC9WVM41/scripts/WebObjects.exe
http://DC9WVM41/scripts/WebObjects.exe/BatchUpdate.woa/-2005

On May 8, 2012, at 6:50 PM, Chuck Hill wrote:

> 
> 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="/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:
>> http://host:56789/cgi-bin/WebObjects/JavaMonitor.woa
> 
> The :56789 after the host means the URL is not relevant.   You would also 
> need to add -DWOCGIAdaptorURL=http://host/scripts/WebObjects.exe to the 
> JavaMonitor launch arguments.
> 
> 
> 
>> 
>> instead of 
>> http://host:56789/scripts/WebObjects.exe/JavaMonitor.woa
>> 
>> When I put the old WO 5.2 frameworks back in place, everything works as it 
>> should.
>> 
>> 
>> On May 7, 2012, at 1:15 PM, Chuck Hill wrote:
>> 
>>> 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/ApplicationProperties.html#//apple_ref/doc/uid/TP40005337-SW1
>>> 
>>> Chuck
>>> 
>>> 
>>> On 2012-05-07, at 8:53 AM, doug andrews wrote:
>>> 
>>>> 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 removing the ".exe" from the url, which causes the page 
>>>> to not be found.
>>>> 
>>>> So I can hit my app using a URL of:
>>>> http://myhost/scripts/WebObjects.exe/MyApp.woa
>>>> 
>>>> But as soon as I press a button or click a link, the URL changes to this:
>>>> http://myhost/scripts/WebObjects/MyApp.woa/1/wo/SYVvbqGRtOUyZEHxkzpoQw/0.1
>>>> 
>>>> (Note the missing .exe)
>>>> 
>>>> Does this problem look familiar to anyone?
>>>> 
>>>> 
>>>> -Doug Andrews
>>>> -Mediaspan Software _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list      ([email protected])
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
>>>> 
>>>> This email sent to [email protected]
>>> 
>>> -- 
>>> Chuck Hill             Senior Consultant / VP Development
>>> 
>>> 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/gvc/practical_webobjects
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
>> 
>> This email sent to [email protected]
> 
> -- 
> Chuck Hill             Senior Consultant / VP Development
> 
> 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/gvc/practical_webobjects
> 
> 
> 
> 
> 
> 
> 
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to