DBDBDEEP

먼저 리눅스버전은 CentOS Linux release 8.1.1911 임을 밝힌다.

 

 

 

아래 명령어로 tomcat의 압축을 해제 한다.

tar -zxvf apache-tomcat-9.0.36.tar.gz

 

압축 해제된 tomcat 경로 밑 ./bin 경로의 strartup.sh을 수행시 아래와 같이 메시지 발새하면 서비스 기동된것임

[root1@192 bin]$ ./startup.sh

Using CATALINA_BASE:   /was/apache-tomcat-9.0.36

Using CATALINA_HOME:   /was/apache-tomcat-9.0.36

Using CATALINA_TMPDIR: /was/apache-tomcat-9.0.36/temp

Using JRE_HOME:        /usr

Using CLASSPATH:       /was/apache-tomcat-9.0.36/bin/bootstrap.jar:/was/apache-tomcat-9.0.36/bin/tomcat-juli.jar
Tomcat started.

#필요하다면 아래 설정을 통해 방화벽을 해제하여 서비스 포트를 열어둔다.

 

방화벽 모두 해제, 모든 접근 허용
systemctl stop firewalld
systemctl stop iptables
systemctl stop ip6tables


리부팅 이후에도 방화벽 모두 해제, 모든 접근 허용
systemctl disable firewalld
systemctl disable iptables
systemctl disable ip6tables

이 글을 공유합시다

facebook twitter googleplus kakaoTalk kakaostory naver band