CATALINA HOME 폴더

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 02:02 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))

1 개요

$CATALINA_HOME
CATALINA_HOME 폴더 확인
/usr/share/tomcat6

2 위치 확인

[root@jmnote ~]# cat /etc/tomcat7/tomcat7.conf | grep ^CATALINA_HOME
CATALINA_HOME="/usr/share/tomcat7"
→ /usr/share/tomcat5

3 하위 폴더

[root@jmnote ~]# ll /usr/share/tomcat7
total 4
drwxr-xr-x. 2 root root 4096 Feb  2 05:37 bin
lrwxrwxrwx. 1 root root   12 Feb  2 05:37 conf -> /etc/tomcat7
lrwxrwxrwx. 1 root root   23 Feb  2 05:37 lib -> /usr/share/java/tomcat7
lrwxrwxrwx. 1 root root   16 Feb  2 05:37 logs -> /var/log/tomcat7
lrwxrwxrwx. 1 root root   23 Feb  2 05:37 temp -> /var/cache/tomcat7/temp
lrwxrwxrwx. 1 root root   24 Feb  2 05:37 webapps -> /var/lib/tomcat7/webapps
lrwxrwxrwx. 1 root root   23 Feb  2 05:37 work -> /var/cache/tomcat7/work

4 같이 보기