Fedora 4, webmail/sac problems.

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

hpevju

Fedora 4, webmail/sac problems.

Postby hpevju » Tue Aug 01, 2006 5:19 pm

First of all, im a linux newbie so excuse me if the questions seems dumb.

When i try to run webmail or sac i get "the connection was refused when atempting to ..."
This problem started after a reeboot.

In one sticky here i se 2 points for FC4 that i should to but..:

1. How do i : disable the JPP Tomcat5 service
2: How do i list the contents of: Admin Console's $TOMCAT_HOME/logs/caa.log ?

The machine is running FC4 on a vmware host, clean install following the install guide.

joaster
Posts: 101
Joined: Wed Aug 02, 2006 9:08 am

Postby joaster » Thu Aug 03, 2006 7:49 am

The answer on your second question is:
a. cat $TOMCAT_HOME/logs/caa.log => gives you the whole content
b. tail -50 $TOMCAT_HOME/logs/caa.log => gives you the last 50 lines

Regards,
Joost

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Thu Aug 03, 2006 10:30 am

Hi,

Also check if both apache and tomcat are running by the following commands

Code: Select all

ps -ef | grep tomcat

ps -ef | grep http


Start tomcat by

Code: Select all

service scalix-tomcat start

Start apache by

Code: Select all

service httpd start


To make them start automatically run these commands

Code: Select all

chkconfig scalix-tomcat on
chkconfig httpd on


Hope this solves your problems.

Cheers,
Yuri

hpevju

Postby hpevju » Fri Aug 04, 2006 2:59 am

Thank you yuri

The httpd daemon was not running so a "service httpd start" worked. And the webmail works fine now.

HP

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Fri Aug 04, 2006 4:40 am

No problem.

Just make sure you run

Code: Select all

chkconfig httpd on


This will enable httpd to start automatically when you reboot the machine.

Cheers,
Yuri


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 9 guests