F
Fran Cottone
I have a web site which will be accessed only from the corporate intranet.
request.getRemoteUser() returns null, therefore, authentication has
not been enabled.
I want to be able to get hold of the Windows 2000 login id of the
person invoking my JSP in their web browser. Given that the version of
Tomcat I am using is running on a Windows 2000 box, I would have
assumed that the web container would have an in-built implementation
of getRemoteUser tailored to returning the Windows login of any one
connecting to it or their netware login.
I have searched, but haven't managed to find a simple means of
enabling this kind of authentication. Surely, this should be a basic
feature of a web server i.e. click a checkbox, or set a property in an
xml file.
Many thanks in advance.
request.getRemoteUser() returns null, therefore, authentication has
not been enabled.
I want to be able to get hold of the Windows 2000 login id of the
person invoking my JSP in their web browser. Given that the version of
Tomcat I am using is running on a Windows 2000 box, I would have
assumed that the web container would have an in-built implementation
of getRemoteUser tailored to returning the Windows login of any one
connecting to it or their netware login.
I have searched, but haven't managed to find a simple means of
enabling this kind of authentication. Surely, this should be a basic
feature of a web server i.e. click a checkbox, or set a property in an
xml file.
Many thanks in advance.