The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java software clients to discover and look up data and objects via a name.
Update: Apparently Tomcat, starting with 7.0.11, closes the DataSource for you, so it's not available in the webapp's contextDestroyed. See: https://…
spring tomcat7 datasource jndi spring-jdbcI've been running a web application on Tomcat, when I make some changes in the application, including context.xml, and …
java tomcat web-applications jndi context.xmlMy project structure looks like this: parent POM |-- app-core |-- app-model |-- app-services `-- app-web In my pom.xml …
spring maven jndi maven-jetty-plugin