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



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

Answer / 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

More Tomcat Interview Questions

Is tomcat still used?

1 Answers  


Does tomcat support jms?

1 Answers  


Explain when to use ssl with tomcat?

1 Answers  


Why get method is more efficient than post?

1 Answers  


What do you understand by tomcat-users.xml configuration file?

1 Answers  


How can one enable hot deployment in tomcat?

1 Answers  


What do you mean by tomcat coyote and what is its use?

1 Answers  


What is tomcat animal?

1 Answers  


Why must the jdbc driver be put in tomcat_home/lib folder?

1 Answers  


What’s a difference between apache web server and apache tomcat?

1 Answers  


suppose 10 request is sent to servelt how many time init() and destory method is called

1 Answers  


Does tomcat need jdk or jre?

1 Answers  


Categories