Posted By:
Don_Harris
Posted On:
Monday, March 18, 2002 08:54 AM
In Tomcat, I can retrieve environment information using:
ctx.lookup( "java:/comp/env/data1" )
What service provider is Tomcat using?
I would like to "fake" the same lookup in a stand-alone application by creating the appropriate initial context and "stuffing" the data1 value in. Is this possible?
Thanks
Don