Wednesday, November 22, 2017

Spring Boot doubts

  • disabling embedded tomcat server
    • can we disable it 
    • how to configure it?
  • how to know the server being used ie pivotal or embedded tomcat or outside tomcat?
  • how to monitor ports which are being used?
  • use the following command at command prompt to show the port number in use
  • netstat -anp | find "port 8080"  is not working
  •  

No comments:

Post a Comment