Sorry, i should have posted this on the deployment list.

Begin forwarded message:

> From: doug andrews <dandr...@mediaspansoftware.com>
> Subject: Re: Windows deployment problem
> Date: June 22, 2012 5:19:49 PM EDT
> To: WebObjects Development <webobjects-...@lists.apple.com>
> 
> Some added information:
> I get the same problem when using WebObjects.dll as well as WebObjects.exe.
> I'll start the app with:
> http://host/scripts/WebObjects.dll/WinTest.woa, which lets me connect just 
> fine, but the link on the main page won't work because neither ".dll" or 
> ".exe" is appended to "WebObjects" in the href tag in the html.
> 
> <a 
> href="/scripts/WebObjects/WinTest.woa/1/wo/ugkbdmG2iQhlbopjckbVqw/0.1">click 
> here</a>
> is what I get, but I should be getting:
> <a 
> href="/scripts/WebObjects.dll/WinTest.woa/1/wo/ugkbdmG2iQhlbopjckbVqw/0.1">click
>  here</a>
> 
> So all buttons and links give me a "page not found".
> 
> This failed on windows server 2008 as well.  (Running java 6)
> 
> Our window's customers have all initially installed WebObjects with the WO5.2 
> install CD.
> Everything works with 5.2.
> I'm trying to embed the WO5.4.3 framework in the app.
> I'm doing this by changing the project build.xml file.
> Specifically, i change
> <frameworks root="${wo.wosystemroot}" embed="${servletDeployment}">
> to this:
> <frameworks root="${wo.wosystemroot}" embed="true">
> 
> The app is just a test app that has a link on the main page.
> Can anyone see anything wrong that i'm doing?
> 
> 
> 
> 
> 
> On Jun 22, 2012, at 9:29 AM, doug andrews wrote:
> 
>> I have a small test WebObjects app I am trying to deploy on Windows.  (XP 
>> and Windows 2003)
>> Both machines running java 7.
>> I've embedded the WO 5.4 frameworks into the app.
>> Without the embedded frameworks, everything works fine.  (WO 5.2 is 
>> installed on the machine.)
>> With the embedded frameworks, the following html is generated.
>> 
>> <a 
>> href="/scripts/WebObjects/WinTest.woa/1/wo/ugkbdmG2iQhlbopjckbVqw/0.1">click 
>> here</a>
>> 
>> Instead of
>> 
>> <a 
>> href="/scripts/WebObjects.exe/WinTest.woa/1/wo/ugkbdmG2iQhlbopjckbVqw/0.1">click
>>  here</a>
>> 
>> I can't seem to figure out how to get the ".exe" appended onto "WebObjects".
>> 
>> Without this, none of the links or buttons work.
>> I've tried programmatically using setCGIAdaptorURL and setApplicationBaseURL 
>> with no results.
>> When I sys.out applicationBaseURL, baseURL, and cgiAdaptorURL, everything 
>> looks fine.
>> 
>> I noticed that the embedded JavaWebObjects.framework has the file 
>> Resources/WebServerConfig.plist.
>> I've changed the "DocumentRoot" and "WOAdaptorURL" settings in this file to 
>> match the values in the 5.2 framework with no results.
>> 
>> I'm using the original WebObjects.exe in the scripts folder that installs 
>> with WO 5.2.
>> Do I need a newer one?
>> 
>> Does anyone know how I can get the ".exe" to show up in the html?
>> 
>> 
>> -Doug Andrews
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (webobjects-...@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/dandrews%40mediaspansoftware.com
>> 
>> This email sent to dandr...@mediaspansoftware.com
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (webobjects-...@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/dandrews%40mediaspansoftware.com
> 
> This email sent to dandr...@mediaspansoftware.com

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

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

This email sent to arch...@mail-archive.com

Reply via email to