vote up 1 vote down star

I've got a J2SE application that I am maintaining uses JNDI. (It uses JNDI to find it's J2EE application server.)

It has pretty poor error reporting of failure to find the JNDI server.

I've been looking around fora way to display which server the InitialContext is trying to talk to.

Has anyone got a neat way to do this ?

flag

1 Answer

vote up 0 vote down check

Reporting the value for InitialContext.getEnvironment().get(Context.PROVIDER_URL) might be helpful.

link|flag
Slight caution in using an initial context thet mey be null, but otherwise great. Thanks. – Tim Williscroft Sep 11 '08 at 1:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.