.woa:
http://192.168.15.105:51313/cgi-bin/WebObjects/MyApp.woa
So yes, you are using DirectConnect (notice it's a port number here).

CSS
http://192.168.15.105:51313/cgi-bin/WebObjects/MyApp.woa/wr?wodata=file%3A%2FUsers%2FMyUser%2FDocuments%2Fworkspace%2FMyApp%2Fbuild%2FMyApp.woa%2FContents%2FWebServerResources%2FCSS%2FMain.css
This is the root of your problem. I thought you were using Wonder? How are you referencing this in your component? When you're doing this properly with Wonder, you should end up with something like: http://vdoop.local:51991/_wr_/wodata=/Users/mschrag/Documents/workspace/Whatever/build/Whatever.woa/Contents/WebServerResources/CSS/common.css . Notice the key difference being "/_wr_/" instead of "/wr?". This little detail (which Wonder adds) makes relative paths work properly from inside of CSS.

Image:
http://192.168.15.105:51313/cgi-bin/WebObjects/MyApp.woa/Contents/WebServerResources/Image.gif
Once you get Wonder setup properly using the _wr_ static resource request handler, your original url(../Image.gif) will work fine.

ms
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to