Why is tomcat7 unable to find LoginModule class in JAAS
问题 I have an application packaged in a WAR which is running great on an existing Tomcat6 server. I am now trying to deploy it in tomcat7 but am getting the following error as soon as I run the login action: Failed login. Reason: LoginException: unable to find LoginModule class: security.jass.SimpleLoginModule I have the contents below in the conf file, which is defined in Java's security.properties: UserLoginImpo { security.jass.SimpleLoginModule required; }; Changing the class name here (to a