How to get the logged username in windows from a remote server Apache/jboss
.
I have deployed a war file in tomcat apache which is in host_1
. I am accessing the web application from host_2
. host_2
windows machine and logged in as a testuser. host_1
is a unix machine.
I want the server application to get the logged in username of windows[testuser] when i hit the request in browser. Is this possible? Do i need to do any settings in my browser? Any help is appreciated.