::: Zany's Homepage ::: Zany Wiki | »çÀÌÆ® ÅëÇÕ °Ë»ö
 
 
 

[spring] ³»Àå WAS ¸¦ »ç¿ëÇÏ´Â Spring Boot Application À» º°µµÀÇ WAS ·Î ±¸µ¿Çϱâ.

°Ô½ÃÆÇ
JAVA
ÀÛ¼ºÀÚ
helix
ÀÛ¼ºÀÏ
2016-11-07 10:56:49
ÀÐÀº¼ö
1830
ÆòÁ¡
   
Ç¥½Ã¿É¼Ç
HTML»ç¿ë | ÀÚµ¿BRűנ| °ø¹é¹®ÀÚÇã¿ë | °¡¿îµ¥Á¤·Ä | °íÁ¤Æø±Û²Ã | ÀÚµ¿URL¸µÅ© | ¸¶¿ì½º¼±ÅÃ
°ü·Ã¸µÅ©01
http://stackoverflow.com/questions/34506712/how-to-deploy-spring-boot-web-application-on-tomcat-server 
Here are two good documentations on how to deploy the Spring Boot App as a war file.
You can follow this spring boot howto-traditional-deployment documentation
https://docs.spring.io/spring-boot/docs/current/reference/html/howto-traditional-deployment.html
¡Ü Steps according to this documentation -
1. You update your application's main class to extend  SpringBootServletInitializer.
2. The next step is to update your build configuration so that your project produces a war file
rather than a jar file.
3. Mark the embedded servlet container dependency as provided.



¡Ü and one more way
See this spring io documentation which outlines how to deploy the spring boot app to an application server.
https://spring.io/blog/2014/03/07/deploying-spring-boot-applications#what-about-the-java-ee-application-server
1. Change jar packaging to war.
2. Comment out the declaration of the spring-boot-maven-plugin plugin in your pom.xml
3. Add a web entry point into your application by extending SpringBootServletInitializer
and override the configure method
4. Remove the spring-boot-starter-tomcat dependency and modfiy your spring-boot-starter-web dependency to
In your pom.xml, remove spring-beans and spring-webmvc dependencies.
The spring-boot-starter-web dependency will include those dependecies.

 °Ô½ÃÆÇ ±Û ¸ñ·Ï
No Subject Poster Hits Posted
13942 helix 2032 2017-02-15 15:53:28
13923 helix 1547 2017-01-25 09:47:40
13921 helix 4651 2017-01-23 11:32:40
13918 helix 3056 2017-01-17 17:42:33
13846 helix 5339 2016-11-07 11:05:56
helix 1830 2016-11-07 10:56:49
13779 helix 16026 2016-10-11 10:42:48
13764 helix 2364 2016-10-07 15:42:35
13744 helix 2560 2016-09-30 13:50:40
13740 helix 2411 2016-09-29 18:57:13
13739 helix 3440 2016-09-29 17:04:44
ÄÚ¸àÆ®
ÀÛ¼ºÀÚ
                       
 
zany.kr
  Copyright ¨Ï 2002-2010 Zany's Programming Lab. All Rights Not Reserved.
temporary This Page loads on 0.016 Secs