Re: CSS background graphics
Re: CSS background graphics
- Subject: Re: CSS background graphics
- From: Kieran Kelleher <email@hidden>
- Date: Tue, 27 Apr 2004 18:09:58 -0400
Chuck .... you are the man! I spent 2 hours mucking with this today and
your advice worked instantly! .... I now get this URL:
http://localhost/cgi-bin/WebObjects/myapp.woa/-57844
obviously the -57844 is the port that the instance is running on .....
how come that's different to deployment server .... is it because
WoTaskd is actually bypassed?
On a related topic, should I set my DSTROOT in my build settings to "/"
aswell to ensure the correct bundle is put into the Web Server root?
.... and thanks to Jonathon Rochkind for replying too .... note that
the setDirectConnectEnabled(false) is listed as "Deprecated - Do not
use" in the WO 5.2.2 API, so that's why I did not try that.
Regards, Kieran
On Apr 27, 2004, at 5:40 PM, Chuck Hill wrote:
'tis easy. Pull down Project, select Edit Active Executable. Under
Arguements, add a new Launch Argument:
-DWODirectConnectEnabled=false
Chuck
On Apr 27, 2004, at 2:27 PM, Kieran Kelleher wrote:
On my dev machine, Apache is running, WOTaskD is running, JavaMonitor
is not (I don't believe it is required for this objective). I have
studied the shell scripts in the {BUILD_FILES_DIR}, I have tried
adding a Build setting
COMMAND_LINE_ARGS -WODirectConnectEnabled false
and
COMMAND_LINE_ARGS -DWODirectConnectEnabled false
Someone out there must be developing "in deployment mode", that is
launching the app from XCode using "Build and Run" and accessing it
through Apache using a URL such as:
http://localhost/cgi-bin/WebObjects/myapp.woa
instead of direct connect
http://kieranmac.local:57563/cgi-bin/WebObjects/myapp.woa
Any direction would be appreciated so I can start seeing CSS
rendering, etc.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.