My server run tomcat4.0 on linux box.
I do not use authentication scheem, but users authenticate by http server. Of course, request.getRemoteUser() show null.
Actually, I need that different employee groups has a different home page.
Is it possible to get name of internet user that authenticated by http server?
I do not use authentication scheem, but users authenticate by http server. Of course, request.getRemoteUser() show null.
Actually, I need that different employee groups has a different home page.
Is it possible to get name of internet user that authenticated by http server?