All, we are using jndi authentication for authenticating the user against active directory. the user is hitting the load balancer and then the request is forwarded to the tomcat.
at times we are seeing slowness and on analyzing the access log, the jsps having high execution duration do not have any remoteusername associated with that call and has http response 401 - unauthorised access. the question is what stripping the remote username ? 1. the load balancer is off loading the SSL. 2. we are using basic authentication schema tied into JNDI - LDAP authentication. thanks dan