How to make use of jndi in a stand-alone (non-managed) application?
Posted
by EugeneP
on Stack Overflow
See other posts from Stack Overflow
or by EugeneP
Published on 2010-03-19T10:06:20Z
Indexed on
2010/03/19
10:21 UTC
Read the original article
Hit count: 276
How to make use of jndi in a stand-alone (non-managed) application? App and Tomcat6 are on the same machine.
Can we get something through jndi lookup when the server is running, but when the app is not running under this tomcat server?
© Stack Overflow or respective owner