Im installing FormSpider in Linux CentOS 5 with TomCat. Tomcat log file : abr 30, 2013 6:29:41 PM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFile(/home/spider/Gerger/Formspider Server/apache-tomcat-6.0.29/webapps/formspider/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class And this : abr 30, 2013 6:29:39 PM org.apache.catalina.core.AprLifecycleListener init INFO: La biblioteca nativa de Apache Tomcat basada en ARP que permite un rendimiento óptimo en entornos de desarrollo no ha sido hallada en java.library.path: /usr/java/packages/lib/i386:/lib:/usr/lib Can anybody send a copy of the library or the rpm for install?. Regards. |
Hello Jose, The APR library is optional for performance, thus, you don't actually need this library. If you want to install it anyway, I found an answer on stackoverflow about this issue, may be this can help you. Best Regards, |