I am developing an intranet application by using
java,
struts framework,SQL Server, IIS as web server and web logic as application server.
I have an index.jsp(welcome page) that contain a link to login. Whenever the clicks the login link, it should brings up windows login popup.
If everything is cool, it should redirect home page otherwise it should redirect to InvalidLogin.jsp.
Which place I need configure for NT Login popup. (IIS or WEBLOGIC).
If user is valid, I need that information (login name) to keep the user in session object, so if I configure this in IIS, how can I pass this information to my application in web logic.
Could you please somebody help me on this issue..
Thanks,
Prab