#Ubuntu 18.04 apache-tomcat-**** & apache2 설치및 연동
1. 설정1
root@stock:/usr/local/tomcat8/conf# which java
/usr/local/jdk1.8.0_202/bin/java
root@stock:/usr/local/tomcat8/conf#
JAVA_HOME=/usr/local/jdk1.8.0_202로 설정한다.
2. 설정2
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Context path="" docBase="/web/httpd/hexahtdocs" reloadable="true"/>
</Host>
3. 확인
http://19.168.0.37:8080
http://19.168.0.37:8080/common_sise/lower_rate.jsp?market=A
#install reference
'리눅스 > Ubuntu 18.04.5 LTS' 카테고리의 다른 글
.bashrc 와 .bash_profile 의 차이 (0) | 2022.01.20 |
---|---|
ubuntu 18.04 install & mysql succ install (at 2021.12.28) (0) | 2021.12.28 |
우분투 버전 역사, & LTS(Long Term Support) (0) | 2021.04.17 |
Linux Tettris 소스코드(배열모양:4 * 4) (0) | 2021.04.17 |
curses.h: No such file or directory (0) | 2021.04.16 |