Ariloud Toolkit 자동화 구축 명령

1328 단어
표준 Java Web Tomcat 응용 프로그램
표준 Java Fatjar 응용 프로그램
표준 Spring Boot 응용 프로그램
재부팅 명령
sh /root/sh/restart-tomcat.sh
sh /root/sh/restart-java.sh
sh /root/sh/restart-springboot.sh

스크립트 재시작
source /etc/profile
killall java  (          , :jps   -ml. |grep           |xargs. kill)
rm -rf /root/tomcat/webapps/javademo
sh /root/tomcat/bin/startup.sh
source /etc/profile
killall java
nohup java -jar /root/javademo/javademo-0.0.1-SNAPSHOT.jar > nohup.log 2>&1 &
source /etc/profile
killall java
nohup java -jar /root/springbootdemo/springbootdemo-0.0.1-SNAPSHOT.jar > nohup.log 2>&1 &

환경 변수 설정
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
export JAVA_HOME=/usr/share/jdk1.8.0_14
export PATH=$JAVA_HOME/bin:.....
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
export JAVA_HOME=/usr/share/jdk1.8.0_14
export PATH=$JAVA_HOME/bin:.....
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
export JAVA_HOME=/usr/share/jdk1.8.0_14
export PATH=$JAVA_HOME/bin:.....

좋은 웹페이지 즐겨찾기