Hi, there, I have an application running on Tomcat which will be exposed to both Internet and Intranet users. I've configured a realm for the Internet users. For intranet users, I don't want to manage a user list. A second application will used to authenticate users and do a pass-through login to the Tomcat application. I just want to Tomcat recogonize all passed users as authenticated users. Of course, intranet users will be passed login through a special customized link, where I can add customized logic. In short, I need a login backdoor besides a realm-based authenticator.
My question is how to configure Tomcat to support what I want to do. I looked at the Tomcat source code under package org.apache.catalina.authenticator.* and could NOT figure out what is going on. Could anybody help me or point me to any userful links? Thanks in advance for your attention. -Jerry Fang (512)602-0160 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
