Possible Duplicate:
Detect user logged on a computer using Java web app
I need to do that with tomcat and a J2EE Web App. I don't want a pop up window asking the user for credentials.
I must use the user logged on Windows to authenticate him on my web app.
How can I do it?
Thanks!