aspose file tools
The moose likes Servlets and the fly likes capturing the user ID Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "capturing the user ID" Watch "capturing the user ID" New topic
Author

capturing the user ID

bharatyadav
Greenhorn

Joined: Jul 09, 2005
Posts: 18
Hi
I want to capture the login NT(windows) username and i want to save the username in database.

can you please give me some suggestions.


:roll:
Anupam Sinha
Ranch Hand

Joined: Apr 13, 2003
Posts: 1088
using servlets?
bharatyadav
Greenhorn

Joined: Jul 09, 2005
Posts: 18
Jsp as front end
servlets is for Bussiness logic
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Since you asked this under "Servlets" I will answer the "Servlets" question you asked and leave the "JDBC" question alone.

http://jcifs.samba.org/src/docs/ntlmhttpauth.html
bharatyadav
Greenhorn

Joined: Jul 09, 2005
Posts: 18
Iam new to this concept i want to know how to capture the property file from the local system and how to set in servlet code
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: capturing the user ID
 
Similar Threads
To Retrieve Username
Application Password in WEblogic 10.3.3
how to get the username from session?
how can I get the user name of the user authenticated by Tomcat in my servlet?
Hidden Fields in JSP