Page 1 of 1

Scalix Rules Wizard

Posted: Wed Jul 01, 2009 3:06 pm
by Endorian
I'm currently implementing a Scalix Server with a Ubuntu Apache Server as Frontend.

My problem right now is the Scalix Rules Wizard. I got everything working but when I type in the url for the Rules wizard the Apache-tomcat server located on my scalix centos 5.3 server tells me he can't find the path.

Code: Select all

type Status report

message /Scalix/rw

description The requested resource (/Scalix/rw) is not available.


EDIT:
Still couldn't solve this problem. Anyone has an idea how to proxypass to the Scalix rules wizard?

Re: Scalix Rules Wizard

Posted: Tue Jul 14, 2009 11:28 pm
by Endorian
I just solved it. I was actually proxypassing to ajp://scalix.mydomain.com:8009/Scalix when I read that the apache is handeling the ruleswizard i changed that to http://scalix.mydomain.com/Scalix and it instantaneously worked.