On 16/08/2024 03:53, Shekhar Dhotre wrote:
Hello Expert ,
Which is the configuration file wheee we can tell tomcat to bypass Ldap 
authentication and log in directly to oracle ?

Oracle what? Database?

Probably one of:
- $CATALINA_BASE/conf/server.xml
- $CATALINA_BASE/conf/context.xml
- $CATALINA_BASE/conf/<engine-name>/<host-name>/<context-name>.xml
- $CATALINA_BASE/webapps/<app-name>/META-INF/context.xml
- $CATALINA_BASE/webapps/<app-name>.war!/META-INF/context.xml

If all else fails

grep -R oracle *

or the server name, IP address, database name, user name etc

We have IBM ldap whose password is not known so failing on authentication .

So reset the password.

And I assume the answer to your first question is "Wherever you are trying to set the password in your second question".

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to