Re: Application Configuration Strings
Re: Application Configuration Strings
- Subject: Re: Application Configuration Strings
- From: LD <email@hidden>
- Date: Tue, 28 Jun 2005 10:47:36 +1000
Hi there,
On 28/06/2005, at 10:07 AM, Chuck Hill wrote:
Do you have arguments on the executable config that are overriding
them?
None.
There is no trick, it should just work. Check the built .woa and
ensure that the Properties file is getting included.
It is.
The contents:
WOAutoOpenInBrowser=false
#WOAutoOpenClientApplication=true
WOPort=55555
#WODebuggingEnabled=true
#WODirectConnectEnabled=true
#WOAllowRapidTurnaround=true
#WOSessionTimeOut=3600
#WOAllowsConcurrentRequestHandling=false
WOCGIAdaptorURL=http://localhost/cgi-bin/WebObjects
WOApplicationBaseURL=http://localhost/cgi-bin/WebObjects
Yet, when I launch I see:
[...] The URL for webserver connect is:
http://LDs-Mac.local/cgi-bin/WebObjects/MyAppName.woa/-55555
The URL for direct connect is:
http://LDs-Mac.local:55555/cgi-bin/WebObjects/MyAppName.woa
...
Whereas, if I set these properties via Application's constructor I'd
see:
[...] The URL for webserver connect is:
http://localhost/cgi-bin/WebObjects/MyAppName.woa/-55555
The URL for direct connect is:
http://localhost:55555/cgi-bin/WebObjects/MyAppName.woa
...
Any other ideas?
I'm running WO5.2.4/Xcode 2.0/Mac OS X 10.4.1
with regards,
--
LD
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden