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?

[387 byte] By [v12345a] at [2007-10-3 9:19:20]
# 1
> What is the equivalent of login-config.xml file in> weblogic 8.1 server?I am also trying to implenet JAAS on Weblogic.I beleive the Java policy properties file is located in the JAVA_HOME\jre\lib\Security directory and is called java.policy.
help_eachothera at 2007-7-15 4:32:30 > top of Java-index,Security,Signed Applets...