root 권한 빌리기
sudo -i
= sudo --login
아파치 상태 확인
servcie apache2 status
서버에 톰캣 서비스중인지 확인
ps -ef | grep tomcat9
터미널 환경 브라우저 elinks 명령어
elinks {url}
호스트pc IP확인
ip addr | grep "inet"
hostname -I
사용자 목록 확인
cat /etc/passwd
# 사용자명:패스워드:계정UID:계정GUI:이름:홈디렉토리:로그인쉘
tomcat-connectors 위치
/usr/loca/src
tar 압축해제
tar -zxvf [파일명.tar.gz]
- https://m.blog.naver.com/ko5642027/222463380310
- apache 포트 80에서 허용 포트로 바꾸기
- apache - tomcat 연동확인하기
- springboot랑 외부 tomcat 연결하기
- 외부 tomcat과 안드로이드 스튜디오 연결하기
- https://developer-joe.tistory.com/112
'Web > Server' 카테고리의 다른 글
[Linux] Ubuntu MongoDB 설치 (0) | 2022.08.24 |
---|---|
[Linux] MySQL 설치 & Port 변경 (0) | 2022.08.17 |
[Linux] Ubuntu - MySQL 삭제 및 재설치 (0) | 2022.08.17 |
[Oracle DB] 오류 | ORA-12514 (0) | 2022.08.09 |