Software Alternatives & Reviews

Packaging and deploying Spring Boot applications as WAR files

Apache Tomcat DEV.to
  1. An open source software implementation of the Java Servlet and JavaServer Pages technologies
    Pricing:
    • Open Source
    Download Apache Tomcat from the project website. Make sure to download the correct version, depending on the Java and Servlet API versions that your application uses. For example, in the case of Vaadin applications, download Apache Tomcat version 9.

    #Web And Application Servers #Application Server #Java 14 social mentions

  2. 2
    Where software engineers connect, build their resumes, and grow.
    b) Exclude the spring-boot-starter-tomcat dependency from the spring-boot-starter-web dependency if you are using Spring MVC, or the vaadin-spring-boot-starter dependency if you are using Vaadin. For example:.

    #CMS #Blogging #Blogging Platform 384 social mentions

Discuss: Packaging and deploying Spring Boot applications as WAR files

Log in or Post with