스프링 부트로 개발된 웹 어플리케이션을 톰캣에 올리는 방법입니다.이클립스에서 단독 실행 모드와 톰캣 배포 방식 두가지 다 가능하기 때문에개발할떄는 단독으로 띄워서 개발을 하고 배포할때만 톰캣을 띄워서 쉽게 배포를 하셔도 됩니다. pom.xml 4.0.0 net.donnert spring.boot.web 0.0.1-SNAPSHOT jar spring.boot.web http://maven.apache.org UTF-8 1.8 org.springframework.boot spring-boot-starter-parent 1.4.0.RELEASE org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter..
#!/bin/bash INSTANCE='cmsSvr11' echo 'Tomcat Stop' sh ~/was/tomcat/bin/stop$INSTANCE.sh while [ : ]; do sleep 1 CNT=`ps -ef | grep tomcat | grep java | grep -v grep | grep D$INSTANCE | wc -l` echo 'Tomcat process count -> '$CNT if [ $CNT -lt 1 ] then echo "Tomcat starting... >> catalina tail start"; sh ~/tomcat/bin/startup.sh cdate=$(date +'%Y-%m-%d') tail -f ~/tomcat/logs/catalina.$cdate.log ex..
- Total
- Today
- Yesterday
- Kotlin
- ls
- Access
- IntelliJ
- mybatis
- properties
- 합정
- grant
- vrapper
- Build
- Profile
- 맛집
- resttemplate
- Shell
- vi
- vim
- boot
- Database
- oracle
- docker
- java
- Tomcat
- 도커
- 코틀린
- Eclipse
- Linux
- Spring
- 톰캣
- jQuery
- maven
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |