File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes JSP & SSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "JSP & SSL" Watch "JSP & SSL" New topic
Author

JSP & SSL

zeus
Greenhorn

Joined: Nov 22, 2000
Posts: 6
hi
can anyone plz tell me how to encrypt the passwords in a JSP / or how can i use SSL in a JSP
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
The Java Ranch has a naming policy, described here and "zeus" is not a valid name. Please choose one which meets the requirements.
Thanks.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
KASI VISHWANATH
Ranch Hand

Joined: Aug 06, 2000
Posts: 60
I think there will be problem regarding SSL implementation of JSP in javawebserver boz the jsp files must be kept in public_html directory and the secure SSL implemented must be kept in secure_html directory. regarding tomcat find out where the secure pages must be stored
------------------
I.K.VISHWANATH


I.K.VISHWANATH
 
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: JSP & SSL
 
Similar Threads
Security in Servlet
SSL in Tomcat
problem JSP smart upload with SSL
JSP+SSL
is there a any validation API in java