aspose file tools
The moose likes Servlets and the fly likes SSL Info Required 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 "SSL Info Required" Watch "SSL Info Required" New topic
Author

SSL Info Required

Adnan Ahmed
Greenhorn

Joined: Aug 18, 2003
Posts: 17
provide any resource about SSL with Servlet and JSP.


SCJP1.2 <br />SCWCD1.4
Bill Kemp
Greenhorn

Joined: Jan 31, 2003
Posts: 4
The web container must provide SSL support on responses where the <user-data-constraint> in web.xml is 'integral' or 'confidential'. That requires the app server or web container to be configured to have an active SSL port and to have a public certificate that may be presented to the client browser before SSL handshaking can begin.
App servers like WebLogic allow you to configure the SSL port and the server certificates in the admin console. Here is the url of the doc for configuring Certificates, keystores, and the SSL port on Tomcat:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html
That will give you an idea of how to set up the Public Certificate, the Private Key, and the root CA.
Good luck,
Bill
 
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: SSL Info Required
 
Similar Threads
which layer of SSL ?
Error while using (user-data-constraint) tag(web Security)
Login page security using Servlet
WA #2 ..... word association
Want send username and password in url in some secure manner