Best unofficial Apache Server developers community |
|
I'm working with J2EE application and my web application has to recognize the user without authenticate using the windows logon user info. When I create a web applciation with VB.NET I used something like that:
Do you know if it's possible to do the same on Java / Spring / Tomcat webapplication? tnx,
posted via StackOverflow
|
|
 
|
You can use Note that you will need to add some sort of authentication to Tomcat. For example, if you are trying to do NTLM authentication, you can use Waffle. |