I have just installed Tomcat 6.0.16 on Centos 5.0 with
Java 1.6_05. I made no customizations to the setups
and deployed a .war file to the webapps directory of
Tomcat.

The first thing I see in the log files is:

INFO: The APR based Apache Tomcat Native library which
allows optimal performance in production environments
was not found on the java.library.path:

What's this and how do I fix it?

The application also doesn't want to start, it seems:

INFO: The listener "my.app.ApplicationListener" is
already configured for this context. The duplicate
definition has been ignored.
Mar 24, 2008 8:52:15 PM
org.apache.catalina.core.StandardContext
addApplicationListener

and then all sorts of other exceptions in the
application occurs. Looks like Tomcat is trying to
initialize my application more than once?

Charl



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to