I have resolved the problem :
org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:
The answer lies in the installation of the dll :
tcnative-1.dll. This can be downloaded from the
tcnative-1.dll. Simply install in the directory CATALINA_HOME/bin. This results in:
18/08/2009 9:36:52 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.16.
18/08/2009 9:36:52 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], ra
ndom [true].
I hope this helps regards. Martin
William Brogden wrote:
SEVERE: Resource '/WEB-INF/classes/threeparam.class' is missing
ALL classes used in servlets should be in a package with the directory structure under classes reflecting that package structure.
Bill