On Fri, May 27, 2011 at 7:38 PM, David Shaner <[email protected]> wrote: > Hello everyone, > I just installed Evergreen on a test server. It passes all the tests until I > try to connect using a Linux workstation. I downloaded the build directory > to the local machine and the application starts up. > When I re-test the server I get the following popup: > "This server does not support your version of the staff client. Please > check with your system administrator." > > The version shows 404:Not Found. > The installed version is 2_0_6 > Does someone know if something is not installed/configured correctly.
It does indeed seem likely that something is not installed or configured correctly :) Start by clicking "About this client" and note the Target Server ID. That's the directory name that the staff client expects to find served up at hostname/xul/ - you can cd to /openils/var/web/xul on your test server and create a symlink that points to the actual installed directory, if necessary. Note that the packaged version of the Windows staff client will expect the target server to have "rel_2_0_6" as the Build ID. One other possibility, if you're using a self-signed SSL certificate you'll need to click "Add SSL Exception" to enable secure access via that self-signed cert.
