as a follow-up to this, i have a further (perhaps obvious, or far to vague)
question..
how would the *login* and *password* typically be retrieved, and where
might
they be stored?
> Derek Clayton wrote:
>
> private Connection getConnection()
> throws SQLException {
> Properties p = new Properties();
> p.put(Context.INITIAL_CONTEXT_FACTORY,
> "weblogic.jndi.WLInitialContextFactory");
> p.put(Context.PROVIDER_URL, "t3://*urlofweblogicserver*:*port*");
> p.put(Context.SECURITY_PRINCIPAL, "*login*");
> p.put(Context.SECURITY_CREDENTIALS, "*password*");
.
.
.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".