server.xml 은 tomcat/conf/ 에 위치한 설정파일이다.
업체에서 웹한글을 설치한 뒤,
hancom 계정으로 로그인하고, SSL 인증서를 server.xml 에 입혀주기 위해 해당 파일을 찾으려고 했으나 찾지 못했다.
로그인 후 해당 경로의 파일 목록을 조회했을 때 하나의 디렉터리만 있었다.
[hancom@web-hwp ~]$ ll
drwxr-xr-x 3 root root 4096 8월 7 04:06 inst
모든 디렉터리의 최상위는 /
= root 인 점을 간과했다.
hancom 계정 접근 직후 파일 목록
[hancom@web-hwp ~]$ ll
drwxr-xr-x 3 root root 4096 8월 7 04:06 inst
한 단계 상위로 올라가보면, hancom 계정이 있다
[hancom@web-hwp ~]$ cd ..
[hancom@web-hwp home]$ ll
drwx------ 6 hancom hancom 4096 8월 12 02:01 hancom
drwx------. 2 infra infra 4096 8월 7 04:06 infra
여기서 한 단계 더 상위로 올라가보면, root 경로 하위에 있는 디렉터리들이 나타난다.
[hancom@web-hwp home]$ cd ..
[hancom@web-hwp /]$ ll
drwxr-xr-x 4 hancom hancom 4096 8월 7 04:11 app
.
.
.
여기에 있는 app
디렉터리에 tomcat 이 있었던 것이다. (tomcat 으로 이동후 경로 확인해봄)
[hancom@web-hwp tomcat] pwd
/app/weditor/tomcat