providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'

https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/html/howto.html#howto-create-a-deployable-war-file

“How-to” Guides

Spring Boot has no mandatory logging dependency, except for the Commons Logging API, which is typically provided by Spring Framework’s spring-jcl module. To use Logback, you need to include it and spring-jcl on the classpath. The simplest way to do that

docs.spring.io


https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/html/build-tool-plugins.html#build-tool-plugins-maven-packaging

Build Tool Plugins

If you want to use a build tool other than Maven, Gradle, or Ant, you likely need to develop your own plugin. Executable jars need to follow a specific format and certain entries need to be written in an uncompressed form (see the “executable jar format

docs.spring.io



https://stackoverflow.com/questions/60892484/tomcat-error-during-execution-java-lang-noclassdeffounderror-javax-servlet

Tomcat : Error during execution : java.lang.NoClassDefFoundError: javax/servlet/GenericFilter

I am getting the errors below : SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].

stackoverflow.com



https://eoghks0521.tistory.com/entry/Spring-boot-Tomcat-%EB%B0%B0%ED%8F%AC-%EC%8B%9C-springSecurityFilterChain-%EB%B9%88-%EC%83%9D%EC%84%B1-%EC%98%A4%EB%A5%98

Spring boot, Tomcat 배포 시 springSecurityFilterChain 빈 생성 오류

1. 오류 확인 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource [org/springframework/securi..

eoghks0521.tistory.com

 
https://spring.io/guides/gs/convert-jar-to-war/

Converting a Spring Boot JAR Application to a WAR

this guide is designed to get you productive as quickly as possible and using the latest Spring project releases and techniques as recommended by the Spring team

spring.io

'spring-boot' 카테고리의 다른 글

JNDI설정  (0) 2020.07.22
파일 업/다운로드  (0) 2020.07.21
spring boot jsp, tiles설정  (0) 2020.07.03
스프링부트 톰캣 war 배포  (0) 2020.04.18
content is not allowed in prolog 에러  (0) 2020.04.10
Posted by 張's blog
,