How to encrypt login page
Hello
I have a super simple requirement to change some web applications so that user login passwords are passed encrypted from browser to web server. These web apps are running under SJSAS 8.1 Enterprise Edition, they all use form based login.
I have been reading the article at:
http://java.sun.com/developer/technicalArticles/WebServices/appserv8-1.html
it gives good info on managing digital certificates, however when it comes to configuring a web application it talks only about use of both a certificate at the server and another at the client.
I do not want to get embroiled in client certificates, I just want a certificate at the server.
Can anyone point me at some good info for configuring SJSAS and the web applications ?
Thanks

