adspace


What are the steps to enable ssl in a web application deployed on tomcat?

Answer Posted / Santosh Pankholi

1. Generate a keystore or truststore (optional).
2. Configure the server.xml file, adding the SSL connector and configuring HTTP/HTTPS port mappings.
3. Configure the web.xml file to redirect all non-secure connections to secure ones.
4. Restart Tomcat.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to disable jsessionid in tomcat servlet?

1009


Which version of apache have you worked on?

921