Unable to find [jdbc]

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

guidtz
Posts: 6
Joined: Mon Oct 19, 2015 8:50 am

Unable to find [jdbc]

Post 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
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Unable to find [jdbc]

Post by maschoff »

Looks like file Tomcat configuration file context.xml, which is provided by OpenEMM, is not installed.
OpenEMM Maintainer
guidtz
Posts: 6
Joined: Mon Oct 19, 2015 8:50 am

Re: Unable to find [jdbc]

Post by guidtz »

Thanks a lot ! I replace context.xml from tomcat to the one of openemm and now it's works !

:D
Post Reply