From: markt
TBD.
+This is a work in progress. This warning should be removed once the +end-to-end testing is complete
+There are four components to the configuration of the built-in Tomcat +support for Windows authentication. The domain controller, the server hosting +Tomcat, the web application wishing to use Windows authentication and the client +machine. The following sections describe the configuration required for each +component.
+The names of the three machines used in the configuration examples below are +win-dc01.dev.local (the domain controller), win-tc01.dev.local (the Tomcat +instance) and win-pc01.dev.local (client). The Tomcat server and the client are +both members of the domain.
+Note: In order to use the passwords in the steps below, the domain password +policy had to be relaxed. This is not recommended for production environments. +
+ +These steps assume that the server has already been configured to act as a + domain controller. Configuration of a Windows server as a domain controller is + outside the scope of this how-to. The steps to configure the domain controller + to enable Tomcat to support Windows authentication are as follows: +
tc01 and has a
+ password of tc01pass.
+ <service class>/<host>:<port>/<service name>.
+ The SPN used in this how-to is HTTP/win-tc01.dev.local. To
+ map the user to the SPN, run the following:
+ test with a password of testpass.The above steps have been tested on a domain controller running Windows + Server 2008 R2 64-bit Standard using the Windows Server 2003 functional level + for both the forest and the domain. +
+TBD
+TBD
+TBD
+