Hi forum,
I'running 11.0.2 on a centOS 4.4.
After finishing the installation without any errors i was not able to log into webmail as described in the scalix install guide (error 404).
In the logfile [quote]/var/opt/scalix/sx/tomcat/logs/catalina.2007-03-05.log[/quote] I found:
...
05.03.2007 13:21:12 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
05.03.2007 13:21:14 org.apache.catalina.startup.Catalina load
...
05.03.2007 13:21:15 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
05.03.2007 13:22:35 org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/sx/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
05.03.2007 13:22:49 org.apache.jk.common.ChannelSocket init
...
Googling the second error didn't turn up anything. Googling the first led me to disable the line
<Listener className="org.apache.catalina.core.AprLifecycleListener" />
in [quote]/var/opt/scalix/sx/tomcat/conf/server.xml[/quote].
After a restart everything seems to work fine (so far).
My question:
What are the ramifications of disabling this line (or are there any)?
Thanks in advance,
Bernhard