Page 1 of 1

Unable to find [jdbc]

Posted: Mon Oct 19, 2015 8:55 am
by guidtz
Hello,

I'm new with OpenEMM and I try to install it on Centos 7.

I resolv a loty of little problems and now I can start Tomcat 7, Sendmail and webapps are listed in tomcat admin panel. By not started.

When I try to start openemm I have a lot of sames errors : :

Code: Select all

Name [jdbc/openemm_db] is not bound in this Context. Unable to find [jdbc]
But java connector are presents :

Code: Select all

/home/openemm/webapps/openemm/WEB-INF/lib/mysql-connector-java-5.1.25-bin.jar
/home/openemm/webapps/openemm-ws/WEB-INF/lib/mysql-connector-java-5.1.25-bin.jar
Why it doesn't found them ?

Thanks for your help

Re: Unable to find [jdbc]

Posted: Mon Oct 19, 2015 7:51 pm
by maschoff
Looks like file Tomcat configuration file context.xml, which is provided by OpenEMM, is not installed.

Re: Unable to find [jdbc]

Posted: Tue Oct 20, 2015 8:45 pm
by guidtz
Thanks a lot ! I replace context.xml from tomcat to the one of openemm and now it's works !

:D