F
Fran Cottone
A user on the corporate intranet ( Windows 2000 ) fires up their web
browser and points at my JSP ( running on Tomcat 5.5 ).
I want my JSP to be able to automatically detect their network
username. I don't want them to type in a thing - EVER! I want to
harness Windows authentication. For simplicity sake, let's just assume
that the purpose of the JSP is to simply say: "Hello [windows 2000
username]";
I've asked this question a number of times in a number of ways to a
number of different people, but don't get the answer I'm looking for!!
Maybe I'm asking in the wrong way!
I'm a big Java fan, but have had to learn from scratch and write my
web application in VBScript using notepad. Believe it or not, its been
a lot faster writing the ASP because of the simple, easy to use
authentication options available in IIS. I know Java is supposedly
platform agnostic, but please, there must be a simple way of pluging
in some means of detecting a platform specific username. Note, the
detection of the username MUST take place on the web server. I'm not
looking to detect it in a Java desktop application!
browser and points at my JSP ( running on Tomcat 5.5 ).
I want my JSP to be able to automatically detect their network
username. I don't want them to type in a thing - EVER! I want to
harness Windows authentication. For simplicity sake, let's just assume
that the purpose of the JSP is to simply say: "Hello [windows 2000
username]";
I've asked this question a number of times in a number of ways to a
number of different people, but don't get the answer I'm looking for!!
Maybe I'm asking in the wrong way!
I'm a big Java fan, but have had to learn from scratch and write my
web application in VBScript using notepad. Believe it or not, its been
a lot faster writing the ASP because of the simple, easy to use
authentication options available in IIS. I know Java is supposedly
platform agnostic, but please, there must be a simple way of pluging
in some means of detecting a platform specific username. Note, the
detection of the username MUST take place on the web server. I'm not
looking to detect it in a Java desktop application!