Top "Jndi" questions

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.

Configuring and looking up a simple String via JNDI in WebSphere

For the configuration of our applications we want to place some of the configuration in the application server. We are …

java websphere jndi websphere-7
JNDI DataSource with Tomcat 6 and Eclipse

I can't get my DataSource working with JNDI and Tomcat 6, while running it from Eclipse. I've added a context.xml …

eclipse spring tomcat jndi
How to get driver class name (not driver name) from jdbc connection

I have a context.xml file in the below format <Context shallowOutput="true" path="/"> <WatchedResource>WEB-INF/…

java oracle jdbc jndi
How does the JNDI lookup work in this JMS example?

I am having a hard time to understand the JNDI part of the following JMS example. public static void main(…

java jms jndi
Spring Configuration for JMS (Websphere MQ - SSL, Tomcat, JNDI, Non IBM JRE)

Background: I have a relatively old application that uses Websphere MQ for messaging. It runs on WAS (Websphere Application Server) …

spring tomcat jms jndi ibm-mq
What is faster: JDBC or JNDI?

I have two options to configure my application database connection - one is using JDBC, another one is using JNDI. …

java mysql database jdbc jndi
Proper usage of JDBC Connection Pool (Glassfish)

I need a database connection in Java Web service implemented as a session bean, and I'm not sure if I …

java jdbc jakarta-ee glassfish jndi
jndi database connection with jpa and eclipselink

I try to setup a database connection in java with JNDI in combination with eclipseLink/JPA on Tomcat 5.5. I already …

java tomcat jpa jndi eclipselink
Spring Boot with JNDI Data Source

I have a new Spring Boot web application that I want to connect to a JNDI data source (a MySQL …

spring jndi spring-boot
JNDI lookup failed (NameNotFoundException)

UPDATE: Well, it seems that this is a problem only when I try to debug locally. When published on Jetty (…

java jetty jndi c3p0