Yes, but you have to add tomcatAuthentication="false" to your ajp13 connector in server.xml. Also, this doesn't seem to work with the Coyote connector, only with the normal ajp13. connector.
Once you've done this, do your athentication through Apache and use request.getRemoteUser() to get the name of the user who successfully logged in through Apache. Jake At 01:49 PM 8/13/2002 +0100, you wrote: >
