To use file-based authentication, the Access Control configuration file must specify the FileLoginModule plug-in.
In addition, you must have set up the password file, which includes the names of all valid users, their passwords, and their groups.
If you want to use stacked authentication for your implementation, you must put both the LDAPLoginModule and FileLoginModule plug-in entries in the JAAS configuration file.
Note that the application used as an example in this chapter is based on the JSP version of the Endeca reference implementation. Tomcat 5.0 is used as the application server, with the JSP implementation being located in the Tomcat webapps directory.