Page 1 of 1

Need more scalix-tomcat info

Posted: Sat Jan 06, 2007 11:12 am
by gordontin
Dear scalix

Redhat AS4
upgrade v10 to v11GA

I would like to know about the scalix tomcat.

Are there any prerequired service needs to be on before scalix-tomcat can be started up.

The service scalix-tomcat can't start upon boot but i can turn on manually after system is up.

Gordon

Re: Need more scalix-tomcat info

Posted: Mon Jan 08, 2007 6:00 am
by anand_joshi
Hi,
There is no other service required for Scalix-tomcat. Scalix-tomcat use RC script at /etc/rc.d/init.d/scalix-tomcat to start at the system boot up. Make sure you have Scalix-tomcat configured to run at startup. Use below commands.

chckonfig --list | grep scalix-tomcat ( to check if scalix-tomcat is configured to start for the required rulevel)
chkconfig –level 345 scalix-tomcat on ( on scalix-tomcat for the required run level if it is listed )


For more detail check the man pages of chkconfig.


Hope this helps
Thanks.