i need to use key tab for database authorization in web logic. my application should read database configuration from JNDI specified in web logic data. can someone please guide me what exactly need to be done for same.
Asked
Active
Viewed 34 times
-1
-
what do you mean by key tab? – Emre Türkiş Feb 24 '17 at 08:36
1 Answers
-1
I understand you're asking how to define a JNDI datasource on Weblogic. In the homepage, click "Data Sources". Set a datasource name along with a jndi name. on the next page, chose the appropriate driver. the next page is where you choose the target server for that data source. Choose the server you're working on and save. you can access that datasource in your code by its jndi name.

Emre Türkiş
- 992
- 9
- 23
-
thanks for quick responce. i know this to set datasource. but i need not to give user name and passowrd that credential should read from keytab file. – ashwini.mittal Feb 24 '17 at 09:37
-