| I've read through Ken Shirriff's great post on Ajax and Arc and so I know that the Arc server has problems with hosting Javascript files, but I've recently noticed another problem with the Arc server as well--file organization. Basically, since the request handler uses the first piece of text in the url after the server name to define the server op that it calls, it would seem that you can't put any image or css files in directories to organize them. Does anyone know of a way around this issue other than running Apache to serve the static text (e.g., css and js) and image files or placing all of the static css and image files in the main Arc directory? |