Weblogic and JAAS login module
I have developed a custom JAAS login policy for my application and deployed it correctly on JBOSS server.
Now i need to chek the same on Weblogic 8.1 server, but I am unable to find a file where I could place the policy information that i placed in the login-config.xml file of the Jboss server.
What is the equivalent of login-config.xml file in weblogic 8.1 server?

