I intend to install a small OpenID server on my Tomcat server and I found a simple WAR file designed for it : JOIDS OpenID. The problem is: I am not used to roughly install WAR files on a Tomcat server.
The installer indicates to install javamail & a JDBC driver (I've chosen MySQL database instead of HsqlDb, because of PHPMyAdmin). So I put both mail.jar and mysql-connector-java-5.1.23-bin.jar into /usr/share/tomcat7/lib. Did I do this right ?
After that, I've tried to deploy the WARfile jos.war into Tomcat through the Web interface. The problem is : it fails to run.
Here is the log file in Tomcat's Catalina :
WARNING: Failed to register in JMX: javax.naming.NamingException: Could not create resource factory instance [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]
févr. 10, 2013 8:38:56 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
févr. 10, 2013 8:38:56 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Erreur de démarrage du contexte [/jos] suite aux erreurs précédentes
févr. 10, 2013 8:38:57 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/jos] appears to have started a thread named [JotmBatch] but has failed to stop it. This is very likely to create a memory leak.
févr. 10, 2013 8:38:57 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/jos] appears to have started a thread named [JotmClock] but has failed to stop it. This is very likely to create a memory leak.
févr. 10, 2013 8:38:57 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/jos] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@bf433b]) and a value of type [org.objectweb.carol.util.configuration.ProtocolConfigurationImpl] (value [org.objectweb.carol.util.configuration.ProtocolConfigurationImpl@3324c6bc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Thank you for your help ! In can provide you further infos if needed.
tomcat-dbcp.jarinto all the folders needed, but the problem still remains (I put it in/usr/share/tomcat7/lib). Do you know where to put this file? thanks ! – moutonjr Feb 14 at 19:32