What is there in WebSphere App server 5.0 similar to realm in
tomcat (server.xml)
We have an application running in tomcat. We use tomcat realm to perform database based authentication. Now we have to deploy same application on websphere app server. Could you please tell me how do i achive database based authentication in web sphere.In tomcat i used
jdbc realm where i provide details for connecting to database, table name and columns which contains user id and password.