Hello,
i have a login problem : 404 not found
Apache logs
When I get http://ox6.XXXXXXXX.XXX/ajax/
/opt/open-xchange/etc/groupware/ajp.properties
/etc/apache2/conf.d/proxy_ajp.conf
netstat -nap | grep 8010
I have no file /opt/open-xchange/etc/groupware/servletmappings/servletmapping.properties, is it normal ?
Can you help me ?
Thank you.
i have a login problem : 404 not found
Apache logs
POST /ajax/login?action=login&modules=true&client=com.openexc hange.ox.gui.dhtml&version=6.18.2%20Rev16&authId=c 147b824-324a-4583-8e3f-8c1e5ec0b321 HTTP/1.1" 404 381 "http://ox6.XXXXXXXX.XXX/ox.html" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13"
No servlet bound to path/alias: /ajax
AJP_PORT=8010
/etc/apache2/conf.d/proxy_ajp.conf
ProxyPass /axis2 ajp://127.0.0.1:8010/axis2 smax=0 ttl=60 retry=5
ProxyPass /ajax ajp://127.0.0.1:8010/ajax smax=0 ttl=60 retry=5
ProxyPass /servlet ajp://127.0.0.1:8010/servlet smax=0 ttl=60 retry=5
ProxyPass /infostore ajp://127.0.0.1:8010/infostore smax=0 ttl=60 retry=5
ProxyPass /publications ajp://127.0.0.1:8010/publications smax=0 ttl=60 retry=5
ProxyPass /Microsoft-Server-ActiveSync ajp://127.0.0.1:8010/Microsoft-Server-ActiveSync smax=0 ttl=60 retry=5
ProxyPass /ajax ajp://127.0.0.1:8010/ajax smax=0 ttl=60 retry=5
ProxyPass /servlet ajp://127.0.0.1:8010/servlet smax=0 ttl=60 retry=5
ProxyPass /infostore ajp://127.0.0.1:8010/infostore smax=0 ttl=60 retry=5
ProxyPass /publications ajp://127.0.0.1:8010/publications smax=0 ttl=60 retry=5
ProxyPass /Microsoft-Server-ActiveSync ajp://127.0.0.1:8010/Microsoft-Server-ActiveSync smax=0 ttl=60 retry=5
tcp 0 0 127.0.0.1:8010 0.0.0.0:* LISTEN 28019/java
Can you help me ?
Thank you.
Comment