Context initialization failed - Name jdbc is not bound in this Context

Applies to:
Spring/Hibernate/Tomcat
Version: 5.025

Description:
A Tomcat configuration error that stops Spring from running.

Cause:
a. Incorrect JNDI name
b. Datasource is not defined as a global resource

admin JAVA-Tomcat

  1. admin
    March 9th, 2009 at 18:22 | #1

    If is included in context.xml, define the datasource as the global resource.

  2. admin
    March 9th, 2009 at 18:22 | #2

    Change the JNDI name to:

    java:comp/env/jdbc/cd_managerDB
  1. No trackbacks yet.