November 2018
Intermediate to advanced
390 pages
10h 8m
English
To deploy the Spring Boot application, you need to have knowledge of MVN and Tomcat servlets. MVN will be used for building the Web Application Resource or the Web Application Archive (WAR) file, and Apache Tomcat is our application server. Let's see how we can install the Spring Boot application in the application servers:
# Download Tomcat 9.0.13 latest version using below commands:PacktPub$ curl -O http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 9112k 100 9112k 0 0 799k 0 0:00:11 0:00:11 --:--:-- 1348k# Extract it and provide sufficient permissions.$ tar -xvzf ...
Read now
Unlock full access