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