To become: <login-config> <auth-method> BASIC </auth-method> <realm-name>SPECTRUM</realm-name> </login-config>
example
Comment out this entry that should show at the top of the file <listener> <listener-class>com.aprisma.tomcat.authenticator.ExternalSSOAuth</listener -class> </listener>
To make it: <!-- <listener> <listener-class>com.aprisma.tomcat.authenticator.ExternalSSOAuth</listener-class> </listener> -->
Save the changes made to the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/web.xml file.
Go to the $SPECROOT/tomcat/conf/context.xml file.
a. Add this line: <Valve className="org.apache.catalina.authenticator.BasicAuthenticator" changeSessionIdOnAuthentication="false" />
b. And comment out this line: <Valve className="com.aprisma.tomcat.authenticator.ExternalSSOAuth" changeSessionIdOnAuthentication="false" />
So that it looks like this: <!-- <Valve className="com.aprisma.tomcat.authenticator.ExternalSSOAuth" changeSessionIdOnAuthentication="false" /> -->
example
Save the file changes to the $SPECROOT/tomcat/conf/context.xml file
Start the OneClick Tomcat Web Server and attempt to log in with a non LDAP account