0 Replies Latest reply on Jan 7, 2006 12:40 PM by santhanam

    Tomcat JAAS Samples (JAAS-How to)

      Dear Friends,
      I am trying out the JAAS-Howto:README First example using standalone Tomcat. I am able to successfuly execute the command line JAAS authentication.
      But in when i try to access jaas.jsp, i am getting the following error :

      -----------------------------------------------------------------------------------

      Caught Exception: java.security.AccessControlException: access denied (javax.security.auth.AuthPermission createLoginContext.Example)

      ----------------------------------------------------------------------------------
      I have started tomcat with the command "catalina run -security". Please kindly help me to resolve this issue.