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 |
Is tomcat still used?
Does tomcat support jms?
Explain when to use ssl with tomcat?
Why get method is more efficient than post?
What do you understand by tomcat-users.xml configuration file?
How can one enable hot deployment in tomcat?
What do you mean by tomcat coyote and what is its use?
What is tomcat animal?
Why must the jdbc driver be put in tomcat_home/lib folder?
What’s a difference between apache web server and apache tomcat?
suppose 10 request is sent to servelt how many time init() and destory method is called
Does tomcat need jdk or jre?