Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Re: Query on Uploading of file


Message #1 by "Soumen Ghosh" <s_ghosh83@y...> on Mon, 16 Dec 2002 05:42:45
Hello,

I guess you need to create your authenticator class which extends 
java.lang.Authenticator class and implement getPasswordAuthentication () 
method there.

The following link :
http://www.javaalmanac.com/egs/java.net/Auth.html?l=find
might be helpful for this purpose.

Hope it helps.

Soumen Ghosh

  Return to Index