When the user (client) tries to get into the application by typing the URL, i need to get that machine\'s windows logged in username.
I have tried with System.get
System.get
Through java you will not be able to access it since it resides in server. You will have to use javascript to get it done...
This might help you..
Get Windows username with JavaScript?