Do you have any reason as to why it works with the ajp13 connector but not coyote. I would prefer to use coyote for the Mbean stuff.
Thanks, Frank On Tue, 13 Aug 2002, Jacob Kjome wrote: > > 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: > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
