954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

get global datasource in tomcat?

how to lookup datasource which is created in glassfish with some jndi/dbname name.

I am trying to get datasource writing code in a servlet like this

Datasource datasource = (Datasource)initialContext.lookup("jdbc/customer");
Connection con = datasource.getConnection();
but it is throwing NameNotFoudExcepion for this context .

how can access datasource created outside of tomcat that is in Glassfish
in our servlets....

madhub2v
Light Poster
36 posts since Jun 2010
Reputation Points: 8
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: