스프링 부트로 개발된 웹 어플리케이션을 톰캣에 올리는 방법입니다.이클립스에서 단독 실행 모드와 톰캣 배포 방식 두가지 다 가능하기 때문에개발할떄는 단독으로 띄워서 개발을 하고 배포할때만 톰캣을 띄워서 쉽게 배포를 하셔도 됩니다. 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
- 221,852
- Today
- 4
- Yesterday
- 10
- Kotlin
- 합정
- 도커
- Linux
- Access
- ls
- mybatis
- java
- grant
- vrapper
- Build
- Eclipse
- Tomcat
- vi
- oracle
- maven
- docker
- vim
- Spring
- 톰캣
- boot
- resttemplate
- Profile
- 맛집
- properties
- Shell
- IntelliJ
- 코틀린
- jQuery
- Database