У меня есть следующее...
Context aContext = = new InitialContext(settings);
aContext.lookup("java:comp/env/DB2_DB");
Также попытался...
aContext.lookup("DB2_DB");
web.xml
<resource-ref>
<description>
</description>
<res-ref-name>DB2_DB</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Application</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
<mapped-name>DB2_DB</mapped-name>
</resource-ref>
то в моем ibm-web-bnd.xml...
<resource-ref name="DB2_DB" binding-name="jdbc/DB2DB" />
В Websphere я вижу имя привязки в ресурсах > JDBC > Источники данных
Но когда я запускаю свое приложение, я вижу...
Вызвано: javax.naming.NameNotFoundException: Контекст: Node04Cell/nodes/Node04/servers/server1, name: DB2_DB: первый компонент в имени DB2_DB не найден. [Исключение корня - org.omg.CosNaming.NamingContextPackage.NotFound: IDL: omg.org/CosNaming/NamingContext/NotFound: 1.0] ^ M
Это проект порта из WAS6-8.5