| 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
|
 |
 |
|
|
subject: SSL Info Required
|
|
|