> No obvious errors in the logs, other that the 404 code indicating the > file was not found.
Are you doing any symlink trickery besides the link for the /openils/var/web/xul/server/? One possible gotcha is trying to put a particularly stamped version of the XUL files in a differently named directory. For example, let's say your client isn't actually stamped for rel_2_1_1, but for rel_2_1_0, and you took an existing /openils/var/web/xul/rel_2_1_1/ and renamed it to /openils/var/web/xul/rel_2_1_0/ to try to get things to match. However, there would then be files within the rel_2_1_0/ folder that have rel_2_1_1/ paths hard-coded. So your client might load rel_2_1_0/server/main/data.xul, which then tries to embed rel_2_1_1/server/main/ws_info.xul and fails. I don't think this matches what you've described so far, but it is one way to get a 404 for ws_info.xul. -- Jason Etheridge | Equinox Software, Inc. / The Open Source Experts | phone: 1-877-OPEN-ILS (673-6457) | email: [email protected] | web: http://www.esilibrary.com
