After I installed scalix-swa and sac, and launched them with
<Tomcat_installed_dir>/bin/startup.sh
I can't find
<Tomcat_installed_dir>/logs/scalix-swa_log.<date>.txt
or <Tomcat_installed_dir>/logs/caa.log
only catalina.out and localhost_log.2004-12-04.txt exist.
Is anything wrong here?
It seems don't help even I changed
<Tomcat_installed_dir>/conf/server.xml and server-minimal.xml
web port from 8080 to 80.
From catalina.out
Dec 4, 2004 5:17:44 PM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException: Protocol handler start failed: java.net.BindException: Address already in use:80
So when I try to use: configurator --install --swa
I got
RuntimeError: Bad magic number in .pyc file
What went wrong here?
Thanks.