For the purpose of evaluating Scalix I did a clean install of CentOS 5.1
and the community edition of Scalix 11.4. The first issue I encountered
was that scalix-tomcat would not start. It complained that it could not
find Java. I found that the path to Java listed in scalix-tomcat.conf to
be different than the version of Java that was distributed with Scalix.
So, I changed the path to resolve the problem.
After a successful installation and confirming that scalix-tomcat and
httpd were running, I attempted to access webmail and sac, but received
the error message "The requested URL /webmail/ was not found on the
server". I can however get the Apache test page, so the WEB server is
working.
The installation documentation talks about configuring DNS, but since I
simply want to evaluate Scalix locally I have given the Linux box a
private IP, and have edited the host file as listed below.
127.0.0.1 localhost.localdomain localhost
10.1.31.25 scalix.roxum.com scalix
I have attempted to access webmail with Firefox on the CentOS machine in
three ways, and they have all returned an error message.
http://127.0.1/webmail/
http://10.1.31.2/webmail/
http://scalix.roxum.com/webmail/
I searched the forum and found that someone else had the same problem.
The suggestion was to run the install program again, remove the web
components, and then reinstall them. Tried that and a complete reinstall
of CentOS and Scalix, but the problem remains.
Help with this issue will be appreciated.
Rob