What do you understand by Tomcat default port and can it used SSL?

devquora
devquora

Posted On: Feb 22, 2018

 

The default port allocated for Tomcat is 8080. Well, it can be changed by editing the file under the conf folder name in the Tomcat install directory server.xml. By changing the property to the desired port connector port =”8080” and then restart the Tomcat so that it can save changes can be implemented.

Tomcat can use SSL but for that, you need to make some configuration. You have to do the following tasks-

  • Generate a keystore
  • Then add a connector in server.xml
  • Restart Tomcat

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Tomcat Interview Questions

    What is Tomcat?

    Tomcat is a basically a web server and a java servlet container from Apache Foundation...

    Apache Tomcat Interview Questions

    Who according to you is responsible for the Tomcat Foundation?

    The Apache Software Foundation is an organization that looked after most of the open source projects...

    Apache Tomcat Interview Questions

    Do you have any idea about the history of Tomcat?

    Tomcat initially started as a servlet reference which was implemented by James Duncan Davidson...