I just installed open xchange (stable) on a fresh debian etch box using the installation script. Everything went fine, but when I try to login into the admin interface, the browser displays a javascript popup stating a 404 error. Firebug shows the following details:
I already checked the /etc/apache2/conf.d/ox.conf but the JkMount entries are there:
Any advice on how to look further?
chris
Code:
POST http://x.x.x.x/oxadmin/login?action=login404 (2609ms) Response: <html>Cannot find class mapping for oxadmin/login</html>
Code:
JkMount /oxadmin/* ajp13_worker JkMount /oxadmin ajp13_worker
chris
Comment