Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2005

Tip: Looking for answers? Try searching our database.

servlet, jsp, secure login

Thread view: 
Ghost - 23 Jun 2005 19:43 GMT
I am trying to set up a secure website.  Each page will require user
authentication.  The majority of this website is written in servlets
and JSPs.  I was wondering what the most secure approach would be.

If I use a login page, that login page will need to send the parameter
values: "name" and "password" over an HTTP request to a servlet that
would query a database to see if that user is a registerd user.  This
does not seem very secure.

Is there a more secure way to do this?  How secure is it to use web.xml
to store user names and passwords?  Is it better to use a database to
store these values?

Any suggestions would be appreciated.  Thanks in advance.
SMC - 23 Jun 2005 23:56 GMT
> I am trying to set up a secure website.  Each page will require user
> authentication.  The majority of this website is written in servlets and
[quoted text clipped - 4 lines]
> would query a database to see if that user is a registerd user.  This
> does not seem very secure.

And you'd be right. Look up SSL. Practically all web/application servers
support it.

> Is there a more secure way to do this?  How secure is it to use web.xml
> to store user names and passwords?

As secure as the system it resides on and as secure as the application
server that uses it.

From a design and maintenance perspective, not such a good idea IMHO.

>  Is it better to use a database to
> store these values?

There are many solutions, this can be a good one.

Do some Googling.

Cheers
Signature

Sean

There's no place like 127.0.0.1



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.