Re: Can we slow down the speed of servlet response ?

2008-04-17 Thread Benjamin Lerman
r the result, check that 1) the result has been computed, if this is not the case returns an error, 2) enough time has passed, else re-forward to the waiting view. If all is correct, send the result that lies in the session. Benjamin Lerman --

IIS Integrated Authentification and Tomcat

2006-03-26 Thread Benjamin Lerman
Hi, I plan to use IIS as a front-end for a J2EE application running on Tomcat. I plan to use IIS integrated authentification to do NTLM authentification of users. I need to get the login of the authentificated user from my application. Is there any place where IIS puts this value ? Either