Correct me if I am wrong here, but....
1) If you are using the embedded frameworks strategy, why are you
setting -WOFrameworksBaseURL argument in WOMonitor? You don't need it.
The "embed" feature already has this set on the command line at the
end of the launch script.... if anything that is just going to
override whatever you set for this in WOMonitor IIRC.
2) Why is WODirectConnectEnabled true .... for deployment that should
be WODirectConnectEnabled false ? IIRC the ResourceManager logic
behaves differently when direct connect is enabled. That may be the
reason URLs are not correct. Change that to false and see what happens.
So we can see what the real WOFrameworksBaseURL is, can you open the
launch script in text editor, go to the end and copy/paste the line
from that generated script that launches and email it to the list?
On Jul 25, 2008, at 3:56 PM, Rams wrote:
The additional arguments listed in my app's config are:
-WOFrameworksBaseURL /WebObjects/myapp.woa/Frameworks -
WOStatisticsPassword password -WOHost my.domain.com -WOAdaptorURL http://my.domain.com/cgi-bin/WebObjects
-WODirectConnectEnabled true
I had WOFrameworksBaseURL on the end but I just moved it to the
beginning and pushed it to my instances... with no effect. The
adaptor is still trying to pull framework resources from the wrong
path. Regardless, it should still be set by the build script, no?
I wouldn't think I would need to explicitly set it after that...
rg
On Jul 25, 2008, at 3:16 PM, Kieran Kelleher wrote:
What are your WOMonitor arguments? They are probably formatted
incorrectly resulting in the launch command not getting the
WOFrameworksBaseURL argument at all since it is *after* the
WOMonitor args in the launch script inside the WOA (it is at end of
the launch script, see for yourself). I have seen this before, and
that was the cause. Also no "\n" in the WOMonitor args text
area ... that may cause problem too.
HTH,
Kieran
On Jul 25, 2008, at 2:23 PM, Rams wrote:
Hi all,
I read
http://wiki.objectstyle.org/confluence/display/WOL/Web+Server+Resources+with+Embedded+Frameworks
I'm using the build script found here:
http://wiki.objectstyle.org/confluence/display/WOL/Alternative+Ant+Build+Script+for+Fully+Embedded+and+Split+Install+Bundles
Which declares WOFrameworksBaseURL in the script. I also tried to
explicitly declare it in the additional arguments of the app with
no luck. In my apache access_log, I'm still getting:
"GET /WebObjects/Frameworks/Ajax.framework/WebServerResources/
dragdrop.js HTTP/1.1" 404 265
Obviously, this isn't a problem with direct connect, but I'm
wondering why it isn't working. I can't just move the frameworks
there, because I don't want to overwrite the installed WO 5.4.2
frameworks. (With wonder's JavaWebObjects.Framework for instance)
Does anyone know how I can fix this??
Thanks everyone,
rg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected]
)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/kieran_lists%40mac.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]