JK Isapi Redirector and IE6 problem
Hello guys. We have the following configuration: Server 1: Tomcat 5.5.9 Server 2: Win 2003 Server + IIS Jakarta Isapi Redirector 1.2.14 All client machines uses MS IE6 with activated "integrated windows authentification". Now our problem is, that with active windows authentification the user will not be "identified" by the server running the IIS and the Isapi Redirector. The common Windows login window appears, but even when we put in the right login-data the user can not be logged in. It asks for login data for server 2. Anonymouse access is diabled within the virtual host on the IIS machine. Integrated windows auth. is enabled. When turning off that feature in IE6, the login + redirection works ok. But that's the problem, we need this "integrated windows authentification" feature enabled for other applications. We use this code to idetify the user: <% Response.Cookies("user").Value = User.Identity.Name Response.Cookies("authorization").Value = "ntlm" %> and then redirect to server 1. Server 1 then uses that cookie to confirm the userlogon. Any ideas how to get this working with enabled windows authentification ? Thanks + regards Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[ANNOUNCE] Tapestry 4.0-beta-5
The fifth beta release of Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse. This is another a bug fix release, building on the beta-4 release. Many of the fixes in this release were improvements to client-side JavaScript, including client-side input validation. The way Tapestry forms client-side element ids is now XHTML conformant (no use of the dollar sign, no leading underscores). The Form component has a new listener parameter, success, that is only invoked when validation is successful. A full listing of bugs fixes is available in the change log. Tapestry is distributed as a combined binary/source distribution, and a seperate documentation distribution. Download Tapestry from http://jakarta.apache.org/site/downloads/downloads_tapestry.cgi -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]