Tag: tomcat
Spring Boot – How to Change Default Tomcat Server Port
by  Java4s | 5 Comments
  [ Ask Question ]
In our previous RESTful example, when we start the application Spring Boot’s inbuilt tomcat server by default will take 8080 as its port number, did you observe that 🙂 go back and have a look once. In this article, I…
How to Deploy Spring Boot Applications on External Tomcat Server
by  Java4s | 14 Comments
  [ Ask Question ]
So far, in previous examples we used to deploy and run the applications using embedded tomcat server provided by the spring boot. Generally in the real-time projects we wont use inbuilt servers provided by the frameworks because of many reasons…