Re: where to put the css and JS
Re: where to put the css and JS
- Subject: Re: where to put the css and JS
- From: Lachlan Deck <email@hidden>
- Date: Sat, 21 Feb 2009 07:25:07 +1100
On 20/02/2009, at 9:02 PM, Gustavo Pizano wrote:
Its funny that if I take the .css from the Webserverresources then
the style
its not applied and of course in the console will show me that it
couldn't
find the css.
but still im getting the "warning"
Unable to get contents of file
'/Library/WebServer/Documents/cgi-bin/WebObjects/niftyCorners.css'
for uri:
/cgi-bin/WebObjects/niftyCorners.css
That url is just wrong for webserver resources. Are you doing rewrite
urls?
/WebObjects/YourApp.woa/Contents/WebServerResources/niftyCorners.css
would be more like it.
or in dev mode: using either the wr or Wonder's _wr_ request handlers
/cgi-bin/WebObjects/YourApp.woa/wr/?wodata=/path/to/project/build/
YourApp.woa/Contents/WebServerResources/nifty...
/cgi-bin/WebObjects/YourApp.woa/_wr_/path/to...
http://www.mail-archive.com/email@hidden/msg23091.html
with regards,
--
Lachlan Deck
_______________________________________________
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