我用的是weblogic
 DataSource datasource = (DataSource)initialcontext.lookup(jndiName);
Connection conn = datasource.getConnection();如何获取连接数据库的IP,用户名呢?